GroupId | GroupIdactivesoap |
---|---|
ArtifactId | ArtifactIdxsdlib |
Version | Version1.5 |
Type | Typejar |
Filename | Size |
---|---|
xsdlib-1.5.pom | |
xsdlib-1.5.jar | 432 KB |
Browse |
<!-- https://jarcasting.com/artifacts/activesoap/xsdlib/ -->
<dependency>
<groupId>activesoap</groupId>
<artifactId>xsdlib</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/activesoap/xsdlib/
implementation 'activesoap:xsdlib:1.5'
// https://jarcasting.com/artifacts/activesoap/xsdlib/
implementation ("activesoap:xsdlib:1.5")
'activesoap:xsdlib:jar:1.5'
<dependency org="activesoap" name="xsdlib" rev="1.5">
<artifact name="xsdlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='activesoap', module='xsdlib', version='1.5')
)
libraryDependencies += "activesoap" % "xsdlib" % "1.5"
[activesoap/xsdlib "1.5"]