GroupId | GroupIdorg.ops4j.orient.samples |
---|---|
ArtifactId | ArtifactIdorient-sample2 |
Version | Version0.2.0 |
Type | Typewar |
Filename | Size |
---|---|
orient-sample2-0.2.0.pom | |
orient-sample2-0.2.0.war | 3 MB |
orient-sample2-0.2.0-sources.jar | 11 KB |
orient-sample2-0.2.0-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.orient.samples/orient-sample2/ -->
<dependency>
<groupId>org.ops4j.orient.samples</groupId>
<artifactId>orient-sample2</artifactId>
<version>0.2.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.orient.samples/orient-sample2/
implementation 'org.ops4j.orient.samples:orient-sample2:0.2.0'
// https://jarcasting.com/artifacts/org.ops4j.orient.samples/orient-sample2/
implementation ("org.ops4j.orient.samples:orient-sample2:0.2.0")
'org.ops4j.orient.samples:orient-sample2:war:0.2.0'
<dependency org="org.ops4j.orient.samples" name="orient-sample2" rev="0.2.0">
<artifact name="orient-sample2" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.orient.samples', module='orient-sample2', version='0.2.0')
)
libraryDependencies += "org.ops4j.orient.samples" % "orient-sample2" % "0.2.0"
[org.ops4j.orient.samples/orient-sample2 "0.2.0"]