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