GroupId | GroupIdcom.spt-development |
---|---|
ArtifactId | ArtifactIdspt-development-cid |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
spt-development-cid-1.0.0.pom | |
spt-development-cid-1.0.0.jar | 5 KB |
spt-development-cid-1.0.0-sources.jar | 4 KB |
spt-development-cid-1.0.0-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spt-development/spt-development-cid/ -->
<dependency>
<groupId>com.spt-development</groupId>
<artifactId>spt-development-cid</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.spt-development/spt-development-cid/
implementation 'com.spt-development:spt-development-cid:1.0.0'
// https://jarcasting.com/artifacts/com.spt-development/spt-development-cid/
implementation ("com.spt-development:spt-development-cid:1.0.0")
'com.spt-development:spt-development-cid:jar:1.0.0'
<dependency org="com.spt-development" name="spt-development-cid" rev="1.0.0">
<artifact name="spt-development-cid" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spt-development', module='spt-development-cid', version='1.0.0')
)
libraryDependencies += "com.spt-development" % "spt-development-cid" % "1.0.0"
[com.spt-development/spt-development-cid "1.0.0"]