h

history

文件下载
文件名 操作
history-1.3.pom 下载
Apache Maven
<dependency>
  <groupId>eu.cedarsoft.utils</groupId>
  <artifactId>history</artifactId>
  <version>1.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'eu.cedarsoft.utils:history:1.3'
Gradle Kotlin
implementation("eu.cedarsoft.utils:history:1.3")
Scala SBT
libraryDependencies += "eu.cedarsoft.utils" % "history" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='eu.cedarsoft.utils', module='history', version='1.3')
)
Apache Ivy
<dependency org="eu.cedarsoft.utils" name="history" rev="1.3" />
Leiningen
[eu.cedarsoft.utils/history "1.3"]
Apache Buildr
'eu.cedarsoft.utils:history:jar:1.3'