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