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