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