License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdorg.modeshape |
ArtifactId | ArtifactIdmodeshape-jbossas |
Version | Version4.0.0.Final |
Type | Typepom |
Description |
DescriptionModeShape JBoss Deployment Components
Builds the ModeShape components that can be deployed to JBoss
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
modeshape-jbossas-4.0.0.Final.pom | 989 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.modeshape/modeshape-jbossas/ -->
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-jbossas</artifactId>
<version>4.0.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape/modeshape-jbossas/
implementation 'org.modeshape:modeshape-jbossas:4.0.0.Final'
// https://jarcasting.com/artifacts/org.modeshape/modeshape-jbossas/
implementation ("org.modeshape:modeshape-jbossas:4.0.0.Final")
'org.modeshape:modeshape-jbossas:pom:4.0.0.Final'
<dependency org="org.modeshape" name="modeshape-jbossas" rev="4.0.0.Final">
<artifact name="modeshape-jbossas" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.modeshape', module='modeshape-jbossas', version='4.0.0.Final')
)
libraryDependencies += "org.modeshape" % "modeshape-jbossas" % "4.0.0.Final"
[org.modeshape/modeshape-jbossas "4.0.0.Final"]