License |
License |
---|---|
GroupId | GroupIdorg.objectweb.celtix |
ArtifactId | ArtifactIdceltix |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCeltix
|
Filename | Size |
---|---|
celtix-1.0.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.celtix/celtix/ -->
<dependency>
<groupId>org.objectweb.celtix</groupId>
<artifactId>celtix</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.celtix/celtix/
implementation 'org.objectweb.celtix:celtix:1.0'
// https://jarcasting.com/artifacts/org.objectweb.celtix/celtix/
implementation ("org.objectweb.celtix:celtix:1.0")
'org.objectweb.celtix:celtix:pom:1.0'
<dependency org="org.objectweb.celtix" name="celtix" rev="1.0">
<artifact name="celtix" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.celtix', module='celtix', version='1.0')
)
libraryDependencies += "org.objectweb.celtix" % "celtix" % "1.0"
[org.objectweb.celtix/celtix "1.0"]