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