GroupId | GroupIdcom.github.miachm.sods |
---|---|
ArtifactId | ArtifactIdSODS |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
SODS-1.0.1.pom | |
SODS-1.0.1.jar | 34 KB |
SODS-1.0.1-sources.jar | 21 KB |
SODS-1.0.1-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.miachm.sods/SODS/ -->
<dependency>
<groupId>com.github.miachm.sods</groupId>
<artifactId>SODS</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.miachm.sods/SODS/
implementation 'com.github.miachm.sods:SODS:1.0.1'
// https://jarcasting.com/artifacts/com.github.miachm.sods/SODS/
implementation ("com.github.miachm.sods:SODS:1.0.1")
'com.github.miachm.sods:SODS:jar:1.0.1'
<dependency org="com.github.miachm.sods" name="SODS" rev="1.0.1">
<artifact name="SODS" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.miachm.sods', module='SODS', version='1.0.1')
)
libraryDependencies += "com.github.miachm.sods" % "SODS" % "1.0.1"
[com.github.miachm.sods/SODS "1.0.1"]