Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.modeshape |
ArtifactId | ArtifactIdjbossas |
Version | Version2.6.0.Final |
Type | Typejar |
Filename | Size |
---|---|
jbossas-2.6.0.Final.pom | 2 KB |
jbossas-2.6.0.Final-tests.jar | 2 KB |
jbossas-2.6.0.Final-dist.zip | 17 MB |
jbossas-2.6.0.Final-dist-as6.zip | 18 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.modeshape/jbossas/ -->
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>jbossas</artifactId>
<version>2.6.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape/jbossas/
implementation 'org.modeshape:jbossas:2.6.0.Final'
// https://jarcasting.com/artifacts/org.modeshape/jbossas/
implementation ("org.modeshape:jbossas:2.6.0.Final")
'org.modeshape:jbossas:jar:2.6.0.Final'
<dependency org="org.modeshape" name="jbossas" rev="2.6.0.Final">
<artifact name="jbossas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.modeshape', module='jbossas', version='2.6.0.Final')
)
libraryDependencies += "org.modeshape" % "jbossas" % "2.6.0.Final"
[org.modeshape/jbossas "2.6.0.Final"]