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