License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-weaver-normalizer |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache 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 |
<!-- 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"]