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