GroupId | GroupIdcom.cedarsoft.commons |
---|---|
ArtifactId | ArtifactIdhistory |
Version | Version1.6.2 |
Type | Typejar |
Filename | Size |
---|---|
history-1.6.2.pom | 926 bytes |
history-1.6.2-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/history/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>history</artifactId>
<version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/history/
implementation 'com.cedarsoft.commons:history:1.6.2'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/history/
implementation ("com.cedarsoft.commons:history:1.6.2")
'com.cedarsoft.commons:history:jar:1.6.2'
<dependency org="com.cedarsoft.commons" name="history" rev="1.6.2">
<artifact name="history" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='history', version='1.6.2')
)
libraryDependencies += "com.cedarsoft.commons" % "history" % "1.6.2"
[com.cedarsoft.commons/history "1.6.2"]