GroupId | GroupIdorg.ops4j.orient |
---|---|
ArtifactId | ArtifactIdorient-ra |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
orient-ra-0.1.0.pom | |
orient-ra-0.1.0.jar | 17 KB |
orient-ra-0.1.0-sources.jar | 13 KB |
orient-ra-0.1.0-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.orient/orient-ra/ -->
<dependency>
<groupId>org.ops4j.orient</groupId>
<artifactId>orient-ra</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.orient/orient-ra/
implementation 'org.ops4j.orient:orient-ra:0.1.0'
// https://jarcasting.com/artifacts/org.ops4j.orient/orient-ra/
implementation ("org.ops4j.orient:orient-ra:0.1.0")
'org.ops4j.orient:orient-ra:jar:0.1.0'
<dependency org="org.ops4j.orient" name="orient-ra" rev="0.1.0">
<artifact name="orient-ra" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.orient', module='orient-ra', version='0.1.0')
)
libraryDependencies += "org.ops4j.orient" % "orient-ra" % "0.1.0"
[org.ops4j.orient/orient-ra "0.1.0"]