Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.modeshape |
ArtifactId | ArtifactIdmodeshape-jbossas-integration-tests |
Version | Version3.0.1.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.modeshape/modeshape-jbossas-integration-tests/ -->
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-jbossas-integration-tests</artifactId>
<version>3.0.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape/modeshape-jbossas-integration-tests/
implementation 'org.modeshape:modeshape-jbossas-integration-tests:3.0.1.Final'
// https://jarcasting.com/artifacts/org.modeshape/modeshape-jbossas-integration-tests/
implementation ("org.modeshape:modeshape-jbossas-integration-tests:3.0.1.Final")
'org.modeshape:modeshape-jbossas-integration-tests:jar:3.0.1.Final'
<dependency org="org.modeshape" name="modeshape-jbossas-integration-tests" rev="3.0.1.Final">
<artifact name="modeshape-jbossas-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.modeshape', module='modeshape-jbossas-integration-tests', version='3.0.1.Final')
)
libraryDependencies += "org.modeshape" % "modeshape-jbossas-integration-tests" % "3.0.1.Final"
[org.modeshape/modeshape-jbossas-integration-tests "3.0.1.Final"]