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