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