GroupId | GroupIdorg.ops4j.orient.samples |
---|---|
ArtifactId | ArtifactIdorient-sample2 |
Version | Version0.1.0 |
Type | Typewar |
Filename | Size |
---|---|
orient-sample2-0.1.0.pom | |
orient-sample2-0.1.0.war | 1 MB |
orient-sample2-0.1.0-sources.jar | 11 KB |
orient-sample2-0.1.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.1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.orient.samples/orient-sample2/
implementation 'org.ops4j.orient.samples:orient-sample2:0.1.0'
// https://jarcasting.com/artifacts/org.ops4j.orient.samples/orient-sample2/
implementation ("org.ops4j.orient.samples:orient-sample2:0.1.0")
'org.ops4j.orient.samples:orient-sample2:war:0.1.0'
<dependency org="org.ops4j.orient.samples" name="orient-sample2" rev="0.1.0">
<artifact name="orient-sample2" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.orient.samples', module='orient-sample2', version='0.1.0')
)
libraryDependencies += "org.ops4j.orient.samples" % "orient-sample2" % "0.1.0"
[org.ops4j.orient.samples/orient-sample2 "0.1.0"]