GroupId | GroupIdcom.orientechnologies |
---|---|
ArtifactId | ArtifactIdorient-commons |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
orient-commons-1.4.0.pom | |
orient-commons-1.4.0.jar | 298 KB |
orient-commons-1.4.0-tests.jar | 44 KB |
orient-commons-1.4.0-sources.jar | 186 KB |
orient-commons-1.4.0-javadoc.jar | 866 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.orientechnologies/orient-commons/ -->
<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>orient-commons</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.orientechnologies/orient-commons/
implementation 'com.orientechnologies:orient-commons:1.4.0'
// https://jarcasting.com/artifacts/com.orientechnologies/orient-commons/
implementation ("com.orientechnologies:orient-commons:1.4.0")
'com.orientechnologies:orient-commons:jar:1.4.0'
<dependency org="com.orientechnologies" name="orient-commons" rev="1.4.0">
<artifact name="orient-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.orientechnologies', module='orient-commons', version='1.4.0')
)
libraryDependencies += "com.orientechnologies" % "orient-commons" % "1.4.0"
[com.orientechnologies/orient-commons "1.4.0"]