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