License |
License |
---|---|
GroupId | GroupIdorg.sklsft.commons |
ArtifactId | ArtifactIdcommons-aop |
Version | Version4.0.0-M1 |
Type | Typejar |
Description |
DescriptionCommons AOP
Commons AOP
|
Filename | Size |
---|---|
commons-aop-4.0.0-M1.pom | |
commons-aop-4.0.0-M1.jar | 2 KB |
commons-aop-4.0.0-M1-sources.jar | 1 KB |
commons-aop-4.0.0-M1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sklsft.commons/commons-aop/ -->
<dependency>
<groupId>org.sklsft.commons</groupId>
<artifactId>commons-aop</artifactId>
<version>4.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-aop/
implementation 'org.sklsft.commons:commons-aop:4.0.0-M1'
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-aop/
implementation ("org.sklsft.commons:commons-aop:4.0.0-M1")
'org.sklsft.commons:commons-aop:jar:4.0.0-M1'
<dependency org="org.sklsft.commons" name="commons-aop" rev="4.0.0-M1">
<artifact name="commons-aop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sklsft.commons', module='commons-aop', version='4.0.0-M1')
)
libraryDependencies += "org.sklsft.commons" % "commons-aop" % "4.0.0-M1"
[org.sklsft.commons/commons-aop "4.0.0-M1"]
Group / Artifact | Type | Version |
---|---|---|
org.aspectj : aspectjweaver | jar | 1.9.5 |
org.aspectj : aspectjtools | jar | 1.9.5 |
org.aspectj : aspectjrt | jar | 1.9.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |