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