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