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