| GroupId | GroupIdorg.ops4j.orient |
|---|---|
| ArtifactId | ArtifactIdorient-spring-tx |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| orient-spring-tx-0.1.0.pom | |
| orient-spring-tx-0.1.0.jar | 14 KB |
| orient-spring-tx-0.1.0-sources.jar | 12 KB |
| orient-spring-tx-0.1.0-javadoc.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.orient/orient-spring-tx/ -->
<dependency>
<groupId>org.ops4j.orient</groupId>
<artifactId>orient-spring-tx</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.orient/orient-spring-tx/
implementation 'org.ops4j.orient:orient-spring-tx:0.1.0'
// https://jarcasting.com/artifacts/org.ops4j.orient/orient-spring-tx/
implementation ("org.ops4j.orient:orient-spring-tx:0.1.0")
'org.ops4j.orient:orient-spring-tx:jar:0.1.0'
<dependency org="org.ops4j.orient" name="orient-spring-tx" rev="0.1.0">
<artifact name="orient-spring-tx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.orient', module='orient-spring-tx', version='0.1.0')
)
libraryDependencies += "org.ops4j.orient" % "orient-spring-tx" % "0.1.0"
[org.ops4j.orient/orient-spring-tx "0.1.0"]