GroupId | GroupIdcom.orientechnologies |
---|---|
ArtifactId | ArtifactIdorientdb-enterprise |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
orientdb-enterprise-1.1.0.pom | |
orientdb-enterprise-1.1.0.jar | 39 KB |
orientdb-enterprise-1.1.0-sources.jar | 28 KB |
orientdb-enterprise-1.1.0-javadoc.jar | 169 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.orientechnologies/orientdb-enterprise/ -->
<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-enterprise</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-enterprise/
implementation 'com.orientechnologies:orientdb-enterprise:1.1.0'
// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-enterprise/
implementation ("com.orientechnologies:orientdb-enterprise:1.1.0")
'com.orientechnologies:orientdb-enterprise:jar:1.1.0'
<dependency org="com.orientechnologies" name="orientdb-enterprise" rev="1.1.0">
<artifact name="orientdb-enterprise" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.orientechnologies', module='orientdb-enterprise', version='1.1.0')
)
libraryDependencies += "com.orientechnologies" % "orientdb-enterprise" % "1.1.0"
[com.orientechnologies/orientdb-enterprise "1.1.0"]