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