is not current version
Last Version 3.0.0.Alpha4

org.modeshape:jbossas 2.1.0.Final

ModeShape JBoss Deployment Components

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.modeshape
ArtifactId

ArtifactId

jbossas
Version

Version

2.1.0.Final
Type

Type

jar

Download jbossas 2.1.0.Final


<!-- https://jarcasting.com/artifacts/org.modeshape/jbossas/ -->
<dependency>
    <groupId>org.modeshape</groupId>
    <artifactId>jbossas</artifactId>
    <version>2.1.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape/jbossas/
implementation 'org.modeshape:jbossas:2.1.0.Final'
// https://jarcasting.com/artifacts/org.modeshape/jbossas/
implementation ("org.modeshape:jbossas:2.1.0.Final")
'org.modeshape:jbossas:jar:2.1.0.Final'
<dependency org="org.modeshape" name="jbossas" rev="2.1.0.Final">
  <artifact name="jbossas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.modeshape', module='jbossas', version='2.1.0.Final')
)
libraryDependencies += "org.modeshape" % "jbossas" % "2.1.0.Final"
[org.modeshape/jbossas "2.1.0.Final"]