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