GroupId | GroupIdcom.spt-development |
---|---|
ArtifactId | ArtifactIdspt-development-cid |
Version | Version2.0.3 |
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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.spt-development/spt-development-cid/
implementation 'com.spt-development:spt-development-cid:2.0.3'
// https://jarcasting.com/artifacts/com.spt-development/spt-development-cid/
implementation ("com.spt-development:spt-development-cid:2.0.3")
'com.spt-development:spt-development-cid:jar:2.0.3'
<dependency org="com.spt-development" name="spt-development-cid" rev="2.0.3">
<artifact name="spt-development-cid" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spt-development', module='spt-development-cid', version='2.0.3')
)
libraryDependencies += "com.spt-development" % "spt-development-cid" % "2.0.3"
[com.spt-development/spt-development-cid "2.0.3"]