GroupId | GroupIdorg.mydotey.scf |
---|---|
ArtifactId | ArtifactIdscf-core |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
scf-core-1.2.0.pom | |
scf-core-1.2.0.jar | 38 KB |
scf-core-1.2.0-tests.jar | 8 KB |
scf-core-1.2.0-sources.jar | 19 KB |
scf-core-1.2.0-javadoc.jar | 216 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mydotey.scf/scf-core/ -->
<dependency>
<groupId>org.mydotey.scf</groupId>
<artifactId>scf-core</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mydotey.scf/scf-core/
implementation 'org.mydotey.scf:scf-core:1.2.0'
// https://jarcasting.com/artifacts/org.mydotey.scf/scf-core/
implementation ("org.mydotey.scf:scf-core:1.2.0")
'org.mydotey.scf:scf-core:jar:1.2.0'
<dependency org="org.mydotey.scf" name="scf-core" rev="1.2.0">
<artifact name="scf-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mydotey.scf', module='scf-core', version='1.2.0')
)
libraryDependencies += "org.mydotey.scf" % "scf-core" % "1.2.0"
[org.mydotey.scf/scf-core "1.2.0"]