| GroupId | GroupIdorg.objectweb.fractal.fractaladl.examples | 
|---|---|
| ArtifactId | ArtifactIdcomanche | 
| Version | Version2.4-alpha-2 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| comanche-2.4-alpha-2.pom | |
| comanche-2.4-alpha-2.jar | 17 KB | 
| comanche-2.4-alpha-2-sources.jar | 11 KB | 
| comanche-2.4-alpha-2-javadoc.jar | 65 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.fractaladl.examples/comanche/ -->
<dependency>
    <groupId>org.objectweb.fractal.fractaladl.examples</groupId>
    <artifactId>comanche</artifactId>
    <version>2.4-alpha-2</version>
</dependency>// https://jarcasting.com/artifacts/org.objectweb.fractal.fractaladl.examples/comanche/
implementation 'org.objectweb.fractal.fractaladl.examples:comanche:2.4-alpha-2'// https://jarcasting.com/artifacts/org.objectweb.fractal.fractaladl.examples/comanche/
implementation ("org.objectweb.fractal.fractaladl.examples:comanche:2.4-alpha-2")'org.objectweb.fractal.fractaladl.examples:comanche:jar:2.4-alpha-2'<dependency org="org.objectweb.fractal.fractaladl.examples" name="comanche" rev="2.4-alpha-2">
  <artifact name="comanche" type="jar" />
</dependency>@Grapes(
@Grab(group='org.objectweb.fractal.fractaladl.examples', module='comanche', version='2.4-alpha-2')
)libraryDependencies += "org.objectweb.fractal.fractaladl.examples" % "comanche" % "2.4-alpha-2"[org.objectweb.fractal.fractaladl.examples/comanche "2.4-alpha-2"]