License |
License |
---|---|
GroupId | GroupIdorg.ops4j |
ArtifactId | ArtifactIdorient |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOPS4J OrientDB Extensions Reactor
Maven parent POM for all OPS4J Maven projects.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
orient-0.3.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j/orient/ -->
<dependency>
<groupId>org.ops4j</groupId>
<artifactId>orient</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j/orient/
implementation 'org.ops4j:orient:0.3.0'
// https://jarcasting.com/artifacts/org.ops4j/orient/
implementation ("org.ops4j:orient:0.3.0")
'org.ops4j:orient:pom:0.3.0'
<dependency org="org.ops4j" name="orient" rev="0.3.0">
<artifact name="orient" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j', module='orient', version='0.3.0')
)
libraryDependencies += "org.ops4j" % "orient" % "0.3.0"
[org.ops4j/orient "0.3.0"]