| GroupId | GroupIdorg.sction.core |
|---|---|
| ArtifactId | ArtifactIdSction-core |
| Version | Version2.0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| Sction-core-2.0.8.pom | |
| Sction-core-2.0.8.jar | 219 KB |
| Sction-core-2.0.8-sources.jar | 122 KB |
| Sction-core-2.0.8-javadoc.jar | 716 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sction.core/Sction-core/ -->
<dependency>
<groupId>org.sction.core</groupId>
<artifactId>Sction-core</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.sction.core/Sction-core/
implementation 'org.sction.core:Sction-core:2.0.8'
// https://jarcasting.com/artifacts/org.sction.core/Sction-core/
implementation ("org.sction.core:Sction-core:2.0.8")
'org.sction.core:Sction-core:jar:2.0.8'
<dependency org="org.sction.core" name="Sction-core" rev="2.0.8">
<artifact name="Sction-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sction.core', module='Sction-core', version='2.0.8')
)
libraryDependencies += "org.sction.core" % "Sction-core" % "2.0.8"
[org.sction.core/Sction-core "2.0.8"]