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