License |
License
CDDL + GPLv2 with classpath exception
|
---|---|
GroupId | GroupIdjavax.xml.parsers |
ArtifactId | ArtifactIdaixport |
Last Version | Last Version1.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
aixport-1.3.1.pom | |
aixport-1.3.1.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/javax.xml.parsers/aixport/ -->
<dependency>
<groupId>javax.xml.parsers</groupId>
<artifactId>aixport</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/javax.xml.parsers/aixport/
implementation 'javax.xml.parsers:aixport:1.3.1'
// https://jarcasting.com/artifacts/javax.xml.parsers/aixport/
implementation ("javax.xml.parsers:aixport:1.3.1")
'javax.xml.parsers:aixport:jar:1.3.1'
<dependency org="javax.xml.parsers" name="aixport" rev="1.3.1">
<artifact name="aixport" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.xml.parsers', module='aixport', version='1.3.1')
)
libraryDependencies += "javax.xml.parsers" % "aixport" % "1.3.1"
[javax.xml.parsers/aixport "1.3.1"]