Last Version

WrAOP wrapper building library 1.0

Simple lib that allows you to easily build wrappers or enable plugins for your app with AspectJ annotations or Spring/AOP alliance advices.

License

License

GroupId

GroupId

im.tym.wraop
ArtifactId

ArtifactId

wraop
Version

Version

1.0
Type

Type

jar
Description

Description

WrAOP wrapper building library
Simple lib that allows you to easily build wrappers or enable plugins for your app with AspectJ annotations or Spring/AOP alliance advices.
Project URL

Project URL

https://github.com/tivv/wraop
Source Code Management

Source Code Management

https://github.com/tivv/wraop.git

Download wraop 1.0


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

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework : spring-aop jar 3.2.3.RELEASE
org.aspectj : aspectjweaver Optional jar 1.6.12

test (3)

Group / Artifact Type Version
junit : junit jar 4.9
org.unitils : unitils-easymock jar 3.3
cglib : cglib jar 2.2

Project Modules

There are no modules declared in this project.