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