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