| License |
License |
|---|---|
| GroupId | GroupIdim.tym.wraop |
| ArtifactId | ArtifactIdwraop |
| Version | Version1.0 |
| Type | Typejar |
| Description |
DescriptionWrAOP 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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| wraop-1.0.pom | |
| wraop-1.0.jar | 12 KB |
| wraop-1.0-sources.jar | 9 KB |
| wraop-1.0-javadoc.jar | 79 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-aop | jar | 3.2.3.RELEASE |
| org.aspectj : aspectjweaver Optional | jar | 1.6.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.9 |
| org.unitils : unitils-easymock | jar | 3.3 |
| cglib : cglib | jar | 2.2 |