GroupId | GroupIduk.org.ponder.rsf |
---|---|
ArtifactId | ArtifactIdrsf-core |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
rsf-core-1.1.pom | |
rsf-core-1.1.jar | 813 KB |
rsf-core-1.1-sources.jar | 828 KB |
rsf-core-1.1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.ponder.rsf/rsf-core/ -->
<dependency>
<groupId>uk.org.ponder.rsf</groupId>
<artifactId>rsf-core</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.ponder.rsf/rsf-core/
implementation 'uk.org.ponder.rsf:rsf-core:1.1'
// https://jarcasting.com/artifacts/uk.org.ponder.rsf/rsf-core/
implementation ("uk.org.ponder.rsf:rsf-core:1.1")
'uk.org.ponder.rsf:rsf-core:jar:1.1'
<dependency org="uk.org.ponder.rsf" name="rsf-core" rev="1.1">
<artifact name="rsf-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.ponder.rsf', module='rsf-core', version='1.1')
)
libraryDependencies += "uk.org.ponder.rsf" % "rsf-core" % "1.1"
[uk.org.ponder.rsf/rsf-core "1.1"]