GroupId | GroupIdorg.sklsft.commons |
---|---|
ArtifactId | ArtifactIdcommons-aop |
Version | Version3.1.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-aop-3.1.0.pom | |
commons-aop-3.1.0.jar | 2 KB |
commons-aop-3.1.0-sources.jar | 1 KB |
commons-aop-3.1.0-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>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-aop/
implementation 'org.sklsft.commons:commons-aop:3.1.0'
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-aop/
implementation ("org.sklsft.commons:commons-aop:3.1.0")
'org.sklsft.commons:commons-aop:jar:3.1.0'
<dependency org="org.sklsft.commons" name="commons-aop" rev="3.1.0">
<artifact name="commons-aop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sklsft.commons', module='commons-aop', version='3.1.0')
)
libraryDependencies += "org.sklsft.commons" % "commons-aop" % "3.1.0"
[org.sklsft.commons/commons-aop "3.1.0"]