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