GroupId | GroupIdorg.modeshape |
---|---|
ArtifactId | ArtifactIdmodeshape-common |
Version | Version4.6.1.Final |
Type | Typejar |
Filename | Size |
---|---|
modeshape-common-4.6.1.Final.pom | |
modeshape-common-4.6.1.Final.jar | 320 KB |
modeshape-common-4.6.1.Final-tests.jar | 144 KB |
modeshape-common-4.6.1.Final-sources.jar | 259 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.modeshape/modeshape-common/ -->
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-common</artifactId>
<version>4.6.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape/modeshape-common/
implementation 'org.modeshape:modeshape-common:4.6.1.Final'
// https://jarcasting.com/artifacts/org.modeshape/modeshape-common/
implementation ("org.modeshape:modeshape-common:4.6.1.Final")
'org.modeshape:modeshape-common:jar:4.6.1.Final'
<dependency org="org.modeshape" name="modeshape-common" rev="4.6.1.Final">
<artifact name="modeshape-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.modeshape', module='modeshape-common', version='4.6.1.Final')
)
libraryDependencies += "org.modeshape" % "modeshape-common" % "4.6.1.Final"
[org.modeshape/modeshape-common "4.6.1.Final"]