GroupId | GroupIdcom.cedarsoft.utils.history |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version1.3.6 |
Type | Typejar |
Filename | Size |
---|---|
core-1.3.6.pom | |
core-1.3.6.jar | 64 KB |
core-1.3.6-sources.jar | 32 KB |
core-1.3.6-javadoc.jar | 250 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.utils.history/core/ -->
<dependency>
<groupId>com.cedarsoft.utils.history</groupId>
<artifactId>core</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.utils.history/core/
implementation 'com.cedarsoft.utils.history:core:1.3.6'
// https://jarcasting.com/artifacts/com.cedarsoft.utils.history/core/
implementation ("com.cedarsoft.utils.history:core:1.3.6")
'com.cedarsoft.utils.history:core:jar:1.3.6'
<dependency org="com.cedarsoft.utils.history" name="core" rev="1.3.6">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.utils.history', module='core', version='1.3.6')
)
libraryDependencies += "com.cedarsoft.utils.history" % "core" % "1.3.6"
[com.cedarsoft.utils.history/core "1.3.6"]