| License | License | 
|---|---|
| Categories | CategoriesDistribution Build Tools | 
| GroupId | GroupIdorg.objectweb.celtix | 
| ArtifactId | ArtifactIdceltix-distribution | 
| Last Version | Last Version1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionCeltix Distribution | 
<!-- https://jarcasting.com/artifacts/org.objectweb.celtix/celtix-distribution/ -->
<dependency>
    <groupId>org.objectweb.celtix</groupId>
    <artifactId>celtix-distribution</artifactId>
    <version>1.0</version>
</dependency>// https://jarcasting.com/artifacts/org.objectweb.celtix/celtix-distribution/
implementation 'org.objectweb.celtix:celtix-distribution:1.0'// https://jarcasting.com/artifacts/org.objectweb.celtix/celtix-distribution/
implementation ("org.objectweb.celtix:celtix-distribution:1.0")'org.objectweb.celtix:celtix-distribution:jar:1.0'<dependency org="org.objectweb.celtix" name="celtix-distribution" rev="1.0">
  <artifact name="celtix-distribution" type="jar" />
</dependency>@Grapes(
@Grab(group='org.objectweb.celtix', module='celtix-distribution', version='1.0')
)libraryDependencies += "org.objectweb.celtix" % "celtix-distribution" % "1.0"[org.objectweb.celtix/celtix-distribution "1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.objectweb.celtix : celtix-rt | jar | 1.0 |