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