| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.eclipse.birt.runtime.3_7_1 |
| ArtifactId | ArtifactIdorg.apache.xerces |
| Version | Version2.9.0 |
| Type | Typejar |
| Description |
Descriptionorg.apache.xerces_2.9.0.v201101211617.jar
A component of the BIRT runtime
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| org.apache.xerces-2.9.0.pom | |
| org.apache.xerces-2.9.0.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.birt.runtime.3_7_1/org.apache.xerces/ -->
<dependency>
<groupId>org.eclipse.birt.runtime.3_7_1</groupId>
<artifactId>org.apache.xerces</artifactId>
<version>2.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.birt.runtime.3_7_1/org.apache.xerces/
implementation 'org.eclipse.birt.runtime.3_7_1:org.apache.xerces:2.9.0'
// https://jarcasting.com/artifacts/org.eclipse.birt.runtime.3_7_1/org.apache.xerces/
implementation ("org.eclipse.birt.runtime.3_7_1:org.apache.xerces:2.9.0")
'org.eclipse.birt.runtime.3_7_1:org.apache.xerces:jar:2.9.0'
<dependency org="org.eclipse.birt.runtime.3_7_1" name="org.apache.xerces" rev="2.9.0">
<artifact name="org.apache.xerces" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.birt.runtime.3_7_1', module='org.apache.xerces', version='2.9.0')
)
libraryDependencies += "org.eclipse.birt.runtime.3_7_1" % "org.apache.xerces" % "2.9.0"
[org.eclipse.birt.runtime.3_7_1/org.apache.xerces "2.9.0"]