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