GroupId | GroupIdorg.modeshape |
---|---|
ArtifactId | ArtifactIdmodeshape-common |
Version | Version4.0.0.Alpha1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.modeshape/modeshape-common/ -->
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-common</artifactId>
<version>4.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape/modeshape-common/
implementation 'org.modeshape:modeshape-common:4.0.0.Alpha1'
// https://jarcasting.com/artifacts/org.modeshape/modeshape-common/
implementation ("org.modeshape:modeshape-common:4.0.0.Alpha1")
'org.modeshape:modeshape-common:jar:4.0.0.Alpha1'
<dependency org="org.modeshape" name="modeshape-common" rev="4.0.0.Alpha1">
<artifact name="modeshape-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.modeshape', module='modeshape-common', version='4.0.0.Alpha1')
)
libraryDependencies += "org.modeshape" % "modeshape-common" % "4.0.0.Alpha1"
[org.modeshape/modeshape-common "4.0.0.Alpha1"]