GroupId | GroupIdcom.spt-development |
---|---|
ArtifactId | ArtifactIdspt-development-cid |
Version | Version2.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.spt-development/spt-development-cid/ -->
<dependency>
<groupId>com.spt-development</groupId>
<artifactId>spt-development-cid</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.spt-development/spt-development-cid/
implementation 'com.spt-development:spt-development-cid:2.0.2'
// https://jarcasting.com/artifacts/com.spt-development/spt-development-cid/
implementation ("com.spt-development:spt-development-cid:2.0.2")
'com.spt-development:spt-development-cid:jar:2.0.2'
<dependency org="com.spt-development" name="spt-development-cid" rev="2.0.2">
<artifact name="spt-development-cid" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spt-development', module='spt-development-cid', version='2.0.2')
)
libraryDependencies += "com.spt-development" % "spt-development-cid" % "2.0.2"
[com.spt-development/spt-development-cid "2.0.2"]