GroupId | GroupIdorg.ldp4j.commons.rmf |
---|---|
ArtifactId | ArtifactIdrmf-core |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
rmf-core-0.2.1.pom | |
rmf-core-0.2.1.jar | 40 KB |
rmf-core-0.2.1-tests.jar | 8 KB |
rmf-core-0.2.1-sources.jar | 22 KB |
rmf-core-0.2.1-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ldp4j.commons.rmf/rmf-core/ -->
<dependency>
<groupId>org.ldp4j.commons.rmf</groupId>
<artifactId>rmf-core</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ldp4j.commons.rmf/rmf-core/
implementation 'org.ldp4j.commons.rmf:rmf-core:0.2.1'
// https://jarcasting.com/artifacts/org.ldp4j.commons.rmf/rmf-core/
implementation ("org.ldp4j.commons.rmf:rmf-core:0.2.1")
'org.ldp4j.commons.rmf:rmf-core:jar:0.2.1'
<dependency org="org.ldp4j.commons.rmf" name="rmf-core" rev="0.2.1">
<artifact name="rmf-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ldp4j.commons.rmf', module='rmf-core', version='0.2.1')
)
libraryDependencies += "org.ldp4j.commons.rmf" % "rmf-core" % "0.2.1"
[org.ldp4j.commons.rmf/rmf-core "0.2.1"]