commons
The commons project is a collections of commons libraries for Java. Currently it only contains the commons-data library. For more information see commons-data
License |
License |
---|---|
GroupId | GroupIdcom.github.tomschi |
ArtifactId | ArtifactIdcommons-aspect |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommons-aspect
Parent pom different commons modules
|
Project Organization |
Project OrganizationTomschi |
Filename | Size |
---|---|
commons-aspect-0.2.1.pom | |
commons-aspect-0.2.1.jar | 9 KB |
commons-aspect-0.2.1-sources.jar | 8 KB |
commons-aspect-0.2.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tomschi/commons-aspect/ -->
<dependency>
<groupId>com.github.tomschi</groupId>
<artifactId>commons-aspect</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomschi/commons-aspect/
implementation 'com.github.tomschi:commons-aspect:0.2.1'
// https://jarcasting.com/artifacts/com.github.tomschi/commons-aspect/
implementation ("com.github.tomschi:commons-aspect:0.2.1")
'com.github.tomschi:commons-aspect:jar:0.2.1'
<dependency org="com.github.tomschi" name="commons-aspect" rev="0.2.1">
<artifact name="commons-aspect" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomschi', module='commons-aspect', version='0.2.1')
)
libraryDependencies += "com.github.tomschi" % "commons-aspect" % "0.2.1"
[com.github.tomschi/commons-aspect "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.aspectj : aspectjweaver | jar | 1.8.13 |
org.apache.commons : commons-lang3 | jar | 3.7 |
com.github.tomschi : commons-annotation | jar | 0.2.1 |
com.github.tomschi : commons-slf4j | jar | 0.2.1 |
com.google.code.findbugs : jsr305 Optional | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar |
The commons project is a collections of commons libraries for Java. Currently it only contains the commons-data library. For more information see commons-data