GroupId | GroupIdorg.ow2.opensuit |
---|---|
ArtifactId | ArtifactIdcel |
Version | Version0.9.6 |
Type | Typejar |
Filename | Size |
---|---|
cel-0.9.6.pom | |
cel-0.9.6.jar | 94 KB |
cel-0.9.6-sources.jar | 54 KB |
cel-0.9.6-javadoc.jar | 344 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.opensuit/cel/ -->
<dependency>
<groupId>org.ow2.opensuit</groupId>
<artifactId>cel</artifactId>
<version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.opensuit/cel/
implementation 'org.ow2.opensuit:cel:0.9.6'
// https://jarcasting.com/artifacts/org.ow2.opensuit/cel/
implementation ("org.ow2.opensuit:cel:0.9.6")
'org.ow2.opensuit:cel:jar:0.9.6'
<dependency org="org.ow2.opensuit" name="cel" rev="0.9.6">
<artifact name="cel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.opensuit', module='cel', version='0.9.6')
)
libraryDependencies += "org.ow2.opensuit" % "cel" % "0.9.6"
[org.ow2.opensuit/cel "0.9.6"]