GroupId | GroupIdorg.modeshape |
---|---|
ArtifactId | ArtifactIdmodeshape-jca |
Version | Version4.0.0.Beta1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.modeshape/modeshape-jca/ -->
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-jca</artifactId>
<version>4.0.0.Beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape/modeshape-jca/
implementation 'org.modeshape:modeshape-jca:4.0.0.Beta1'
// https://jarcasting.com/artifacts/org.modeshape/modeshape-jca/
implementation ("org.modeshape:modeshape-jca:4.0.0.Beta1")
'org.modeshape:modeshape-jca:jar:4.0.0.Beta1'
<dependency org="org.modeshape" name="modeshape-jca" rev="4.0.0.Beta1">
<artifact name="modeshape-jca" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.modeshape', module='modeshape-jca', version='4.0.0.Beta1')
)
libraryDependencies += "org.modeshape" % "modeshape-jca" % "4.0.0.Beta1"
[org.modeshape/modeshape-jca "4.0.0.Beta1"]