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