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