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