Categories |
CategoriesJBoss Container Application Servers Narayana Application Layer Libs Distributed Transactions |
---|---|
GroupId | GroupIdorg.jboss.narayana.arjunacore |
ArtifactId | ArtifactIdarjunacore-all |
Version | Version5.9.8.Final |
Type | Typepom |
Filename | Size |
---|---|
arjunacore-all-5.9.8.Final.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.narayana.arjunacore/arjunacore-all/ -->
<dependency>
<groupId>org.jboss.narayana.arjunacore</groupId>
<artifactId>arjunacore-all</artifactId>
<version>5.9.8.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.narayana.arjunacore/arjunacore-all/
implementation 'org.jboss.narayana.arjunacore:arjunacore-all:5.9.8.Final'
// https://jarcasting.com/artifacts/org.jboss.narayana.arjunacore/arjunacore-all/
implementation ("org.jboss.narayana.arjunacore:arjunacore-all:5.9.8.Final")
'org.jboss.narayana.arjunacore:arjunacore-all:pom:5.9.8.Final'
<dependency org="org.jboss.narayana.arjunacore" name="arjunacore-all" rev="5.9.8.Final">
<artifact name="arjunacore-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.narayana.arjunacore', module='arjunacore-all', version='5.9.8.Final')
)
libraryDependencies += "org.jboss.narayana.arjunacore" % "arjunacore-all" % "5.9.8.Final"
[org.jboss.narayana.arjunacore/arjunacore-all "5.9.8.Final"]