| Categories |
CategoriesApollo Container Microservices |
|---|---|
| GroupId | GroupIdorg.objectweb.apollon |
| ArtifactId | ArtifactIdapollon |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApollon
The Apollon XML framework
|
| Filename | Size |
|---|---|
| apollon-1.0.pom | |
| apollon-1.0.jar | 129 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.apollon/apollon/ -->
<dependency>
<groupId>org.objectweb.apollon</groupId>
<artifactId>apollon</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.apollon/apollon/
implementation 'org.objectweb.apollon:apollon:1.0'
// https://jarcasting.com/artifacts/org.objectweb.apollon/apollon/
implementation ("org.objectweb.apollon:apollon:1.0")
'org.objectweb.apollon:apollon:jar:1.0'
<dependency org="org.objectweb.apollon" name="apollon" rev="1.0">
<artifact name="apollon" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.apollon', module='apollon', version='1.0')
)
libraryDependencies += "org.objectweb.apollon" % "apollon" % "1.0"
[org.objectweb.apollon/apollon "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.objectweb.util.misc : ow-misc | jar | 1.0 |
| org.objectweb.util : commandline | jar | 1.0 |
| org.objectweb.zeus : zeus | jar | 3.5 |