Apache Commons Weaver Normalizer

The Normalizer module merges identical anonymous class definitions into a single type, thereby "normalizing" them and reducing their collective footprint on your archive and more importantly on your JVM.

License

License

Categories

Categories

ORM Data
GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-weaver-normalizer
Last Version

Last Version

2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Apache Commons Weaver Normalizer
The Normalizer module merges identical anonymous class definitions into a single type, thereby "normalizing" them and reducing their collective footprint on your archive and more importantly on your JVM.
Project Organization

Project Organization

The Apache Software Foundation

Download commons-weaver-normalizer

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
2.0
1.3
1.2
1.1
1.0