Last Version

Apache Commons Digester 3.2

The Apache Commons Digester package lets you configure an XML to Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized.

License

License

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-digester3
Version

Version

3.2
Type

Type

jar
Description

Description

Apache Commons Digester
The Apache Commons Digester package lets you configure an XML to Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized.
Project URL

Project URL

http://commons.apache.org/digester/
Project Organization

Project Organization

The Apache Software Foundation

Download commons-digester3 3.2


<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-digester3/ -->
<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-digester3</artifactId>
    <version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-digester3/
implementation 'org.apache.commons:commons-digester3:3.2'
// https://jarcasting.com/artifacts/org.apache.commons/commons-digester3/
implementation ("org.apache.commons:commons-digester3:3.2")
'org.apache.commons:commons-digester3:jar:3.2'
<dependency org="org.apache.commons" name="commons-digester3" rev="3.2">
  <artifact name="commons-digester3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-digester3', version='3.2')
)
libraryDependencies += "org.apache.commons" % "commons-digester3" % "3.2"
[org.apache.commons/commons-digester3 "3.2"]

Dependencies

compile (3)

Group / Artifact Type Version
cglib : cglib jar 2.2.2
commons-beanutils : commons-beanutils jar 1.8.3
commons-logging : commons-logging jar 1.1.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.