License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdorg.modeshape |
ArtifactId | ArtifactIdmodeshape-jbossas7 |
Version | Version3.8.1.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-jbossas7-3.8.1.Final.pom | 990 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.modeshape/modeshape-jbossas7/ -->
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-jbossas7</artifactId>
<version>3.8.1.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape/modeshape-jbossas7/
implementation 'org.modeshape:modeshape-jbossas7:3.8.1.Final'
// https://jarcasting.com/artifacts/org.modeshape/modeshape-jbossas7/
implementation ("org.modeshape:modeshape-jbossas7:3.8.1.Final")
'org.modeshape:modeshape-jbossas7:pom:3.8.1.Final'
<dependency org="org.modeshape" name="modeshape-jbossas7" rev="3.8.1.Final">
<artifact name="modeshape-jbossas7" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.modeshape', module='modeshape-jbossas7', version='3.8.1.Final')
)
libraryDependencies += "org.modeshape" % "modeshape-jbossas7" % "3.8.1.Final"
[org.modeshape/modeshape-jbossas7 "3.8.1.Final"]