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