GroupId | GroupIdorg.ow2.ishmael |
---|---|
ArtifactId | ArtifactIdishmael-lite-tests |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
ishmael-lite-tests-1.0.3.pom | |
ishmael-lite-tests-1.0.3.jar | 10 KB |
ishmael-lite-tests-1.0.3-sources.jar | 5 KB |
ishmael-lite-tests-1.0.3-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.ishmael/ishmael-lite-tests/ -->
<dependency>
<groupId>org.ow2.ishmael</groupId>
<artifactId>ishmael-lite-tests</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.ishmael/ishmael-lite-tests/
implementation 'org.ow2.ishmael:ishmael-lite-tests:1.0.3'
// https://jarcasting.com/artifacts/org.ow2.ishmael/ishmael-lite-tests/
implementation ("org.ow2.ishmael:ishmael-lite-tests:1.0.3")
'org.ow2.ishmael:ishmael-lite-tests:jar:1.0.3'
<dependency org="org.ow2.ishmael" name="ishmael-lite-tests" rev="1.0.3">
<artifact name="ishmael-lite-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.ishmael', module='ishmael-lite-tests', version='1.0.3')
)
libraryDependencies += "org.ow2.ishmael" % "ishmael-lite-tests" % "1.0.3"
[org.ow2.ishmael/ishmael-lite-tests "1.0.3"]