GroupId | GroupIdorg.ow2.shelbie |
---|---|
ArtifactId | ArtifactIdshelbie-gogocommands |
Version | Version2.0.0-M3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ow2.shelbie/shelbie-gogocommands/ -->
<dependency>
<groupId>org.ow2.shelbie</groupId>
<artifactId>shelbie-gogocommands</artifactId>
<version>2.0.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.shelbie/shelbie-gogocommands/
implementation 'org.ow2.shelbie:shelbie-gogocommands:2.0.0-M3'
// https://jarcasting.com/artifacts/org.ow2.shelbie/shelbie-gogocommands/
implementation ("org.ow2.shelbie:shelbie-gogocommands:2.0.0-M3")
'org.ow2.shelbie:shelbie-gogocommands:jar:2.0.0-M3'
<dependency org="org.ow2.shelbie" name="shelbie-gogocommands" rev="2.0.0-M3">
<artifact name="shelbie-gogocommands" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.shelbie', module='shelbie-gogocommands', version='2.0.0-M3')
)
libraryDependencies += "org.ow2.shelbie" % "shelbie-gogocommands" % "2.0.0-M3"
[org.ow2.shelbie/shelbie-gogocommands "2.0.0-M3"]