GroupId | GroupIdorg.modeshape |
---|---|
ArtifactId | ArtifactIdmodeshape-jca-rar |
Version | Version5.0.0.Final |
Type | Typerar |
Filename | Size |
---|---|
modeshape-jca-rar-5.0.0.Final.pom | |
modeshape-jca-rar-5.0.0.Final.rar | 7 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.modeshape/modeshape-jca-rar/ -->
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-jca-rar</artifactId>
<version>5.0.0.Final</version>
<type>rar</type>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape/modeshape-jca-rar/
implementation 'org.modeshape:modeshape-jca-rar:5.0.0.Final'
// https://jarcasting.com/artifacts/org.modeshape/modeshape-jca-rar/
implementation ("org.modeshape:modeshape-jca-rar:5.0.0.Final")
'org.modeshape:modeshape-jca-rar:rar:5.0.0.Final'
<dependency org="org.modeshape" name="modeshape-jca-rar" rev="5.0.0.Final">
<artifact name="modeshape-jca-rar" type="rar" />
</dependency>
@Grapes(
@Grab(group='org.modeshape', module='modeshape-jca-rar', version='5.0.0.Final')
)
libraryDependencies += "org.modeshape" % "modeshape-jca-rar" % "5.0.0.Final"
[org.modeshape/modeshape-jca-rar "5.0.0.Final"]