Last Version

Apache Commons Weaver Privilizer Example 1.1

Apache Commons Weaver provides an easy way to enhance compiled Java classes by generating ("weaving") bytecode into those classes.

License

License

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-weaver-example
Version

Version

1.1
Type

Type

jar
Description

Description

Apache Commons Weaver Privilizer Example
Apache Commons Weaver provides an easy way to enhance compiled Java classes by generating ("weaving") bytecode into those classes.
Project Organization

Project Organization

The Apache Software Foundation

Download commons-weaver-example 1.1


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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.2.1

provided (1)

Group / Artifact Type Version
org.apache.commons : commons-weaver-privilizer-api jar 1.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.