| License |
License |
|---|---|
| GroupId | GroupIdorg.modeshape |
| ArtifactId | ArtifactIdmodeshape-integration |
| Last Version | Last Version4.0.0.Final |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionModeShape Integration Test Components
Comprises the set of integration tests for the ModeShape project
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| modeshape-integration-4.0.0.Final.pom | 958 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.modeshape/modeshape-integration/ -->
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-integration</artifactId>
<version>4.0.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape/modeshape-integration/
implementation 'org.modeshape:modeshape-integration:4.0.0.Final'
// https://jarcasting.com/artifacts/org.modeshape/modeshape-integration/
implementation ("org.modeshape:modeshape-integration:4.0.0.Final")
'org.modeshape:modeshape-integration:pom:4.0.0.Final'
<dependency org="org.modeshape" name="modeshape-integration" rev="4.0.0.Final">
<artifact name="modeshape-integration" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.modeshape', module='modeshape-integration', version='4.0.0.Final')
)
libraryDependencies += "org.modeshape" % "modeshape-integration" % "4.0.0.Final"
[org.modeshape/modeshape-integration "4.0.0.Final"]