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