GroupId | GroupIdxyz.tneciv |
---|---|
ArtifactId | ArtifactIdcommon-core |
Version | VersionHan.SR1 |
Type | Typejar |
Filename | Size |
---|---|
common-core-Han.SR1.pom | |
common-core-Han.SR1.jar | 23 KB |
common-core-Han.SR1-sources.jar | 12 KB |
common-core-Han.SR1-javadoc.jar | 182 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.tneciv/common-core/ -->
<dependency>
<groupId>xyz.tneciv</groupId>
<artifactId>common-core</artifactId>
<version>Han.SR1</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.tneciv/common-core/
implementation 'xyz.tneciv:common-core:Han.SR1'
// https://jarcasting.com/artifacts/xyz.tneciv/common-core/
implementation ("xyz.tneciv:common-core:Han.SR1")
'xyz.tneciv:common-core:jar:Han.SR1'
<dependency org="xyz.tneciv" name="common-core" rev="Han.SR1">
<artifact name="common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.tneciv', module='common-core', version='Han.SR1')
)
libraryDependencies += "xyz.tneciv" % "common-core" % "Han.SR1"
[xyz.tneciv/common-core "Han.SR1"]