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