| GroupId | GroupIdws-commons | 
|---|---|
| ArtifactId | ArtifactIdaxiom | 
| Last Version | Last Version1.1.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| axiom-1.1.1.pom | |
| axiom-1.1.1.jar | 361 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/ws-commons/axiom/ -->
<dependency>
    <groupId>ws-commons</groupId>
    <artifactId>axiom</artifactId>
    <version>1.1.1</version>
</dependency>// https://jarcasting.com/artifacts/ws-commons/axiom/
implementation 'ws-commons:axiom:1.1.1'// https://jarcasting.com/artifacts/ws-commons/axiom/
implementation ("ws-commons:axiom:1.1.1")'ws-commons:axiom:jar:1.1.1'<dependency org="ws-commons" name="axiom" rev="1.1.1">
  <artifact name="axiom" type="jar" />
</dependency>@Grapes(
@Grab(group='ws-commons', module='axiom', version='1.1.1')
)libraryDependencies += "ws-commons" % "axiom" % "1.1.1"[ws-commons/axiom "1.1.1"]