GroupId | GroupIdorg.atteo.moonshine |
---|---|
ArtifactId | ArtifactIdorientdb |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
orientdb-1.1.pom | |
orientdb-1.1.jar | 5 KB |
orientdb-1.1-sources.jar | 1 KB |
orientdb-1.1-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atteo.moonshine/orientdb/ -->
<dependency>
<groupId>org.atteo.moonshine</groupId>
<artifactId>orientdb</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.moonshine/orientdb/
implementation 'org.atteo.moonshine:orientdb:1.1'
// https://jarcasting.com/artifacts/org.atteo.moonshine/orientdb/
implementation ("org.atteo.moonshine:orientdb:1.1")
'org.atteo.moonshine:orientdb:jar:1.1'
<dependency org="org.atteo.moonshine" name="orientdb" rev="1.1">
<artifact name="orientdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo.moonshine', module='orientdb', version='1.1')
)
libraryDependencies += "org.atteo.moonshine" % "orientdb" % "1.1"
[org.atteo.moonshine/orientdb "1.1"]