License |
License |
---|---|
GroupId | GroupIdcom.linkare |
ArtifactId | ArtifactIdpointcuts |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.linkare.pointcuts
API of common pointcuts ready to be used in AspectJ projects.
|
Filename | Size |
---|---|
pointcuts-2.0.1.pom | |
pointcuts-2.0.1.jar | 23 KB |
pointcuts-2.0.1-sources.jar | 4 KB |
pointcuts-2.0.1-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.linkare/pointcuts/ -->
<dependency>
<groupId>com.linkare</groupId>
<artifactId>pointcuts</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkare/pointcuts/
implementation 'com.linkare:pointcuts:2.0.1'
// https://jarcasting.com/artifacts/com.linkare/pointcuts/
implementation ("com.linkare:pointcuts:2.0.1")
'com.linkare:pointcuts:jar:2.0.1'
<dependency org="com.linkare" name="pointcuts" rev="2.0.1">
<artifact name="pointcuts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkare', module='pointcuts', version='2.0.1')
)
libraryDependencies += "com.linkare" % "pointcuts" % "2.0.1"
[com.linkare/pointcuts "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.aspectj : aspectjrt | jar | 1.8.9 |