License |
License |
---|---|
GroupId | GroupIdjakarta.xml.registry |
ArtifactId | ArtifactIdxml-registries-spec |
Last Version | Last Version1.0.10 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJakarta XML Registries Specification
Jakarta XML Registries API: Eclipse Project for Stable EE4J APIs
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
xml-registries-spec-1.0.10.pom | |
xml-registries-spec-1.0.10.zip | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jakarta.xml.registry/xml-registries-spec/ -->
<dependency>
<groupId>jakarta.xml.registry</groupId>
<artifactId>xml-registries-spec</artifactId>
<version>1.0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/jakarta.xml.registry/xml-registries-spec/
implementation 'jakarta.xml.registry:xml-registries-spec:1.0.10'
// https://jarcasting.com/artifacts/jakarta.xml.registry/xml-registries-spec/
implementation ("jakarta.xml.registry:xml-registries-spec:1.0.10")
'jakarta.xml.registry:xml-registries-spec:pom:1.0.10'
<dependency org="jakarta.xml.registry" name="xml-registries-spec" rev="1.0.10">
<artifact name="xml-registries-spec" type="pom" />
</dependency>
@Grapes(
@Grab(group='jakarta.xml.registry', module='xml-registries-spec', version='1.0.10')
)
libraryDependencies += "jakarta.xml.registry" % "xml-registries-spec" % "1.0.10"
[jakarta.xml.registry/xml-registries-spec "1.0.10"]