GroupId | GroupIdaxis |
---|---|
ArtifactId | ArtifactIdaxis-schema |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
axis-schema-1.3.pom | |
axis-schema-1.3.jar | 199 KB |
Browse |
<!-- https://jarcasting.com/artifacts/axis/axis-schema/ -->
<dependency>
<groupId>axis</groupId>
<artifactId>axis-schema</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/axis/axis-schema/
implementation 'axis:axis-schema:1.3'
// https://jarcasting.com/artifacts/axis/axis-schema/
implementation ("axis:axis-schema:1.3")
'axis:axis-schema:jar:1.3'
<dependency org="axis" name="axis-schema" rev="1.3">
<artifact name="axis-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='axis', module='axis-schema', version='1.3')
)
libraryDependencies += "axis" % "axis-schema" % "1.3"
[axis/axis-schema "1.3"]