GroupId | GroupIdcom.github.tomschi |
---|---|
ArtifactId | ArtifactIdcommons-aspect |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
commons-aspect-0.1.2.pom | |
commons-aspect-0.1.2.jar | 5 KB |
commons-aspect-0.1.2-sources.jar | 4 KB |
commons-aspect-0.1.2-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tomschi/commons-aspect/ -->
<dependency>
<groupId>com.github.tomschi</groupId>
<artifactId>commons-aspect</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomschi/commons-aspect/
implementation 'com.github.tomschi:commons-aspect:0.1.2'
// https://jarcasting.com/artifacts/com.github.tomschi/commons-aspect/
implementation ("com.github.tomschi:commons-aspect:0.1.2")
'com.github.tomschi:commons-aspect:jar:0.1.2'
<dependency org="com.github.tomschi" name="commons-aspect" rev="0.1.2">
<artifact name="commons-aspect" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomschi', module='commons-aspect', version='0.1.2')
)
libraryDependencies += "com.github.tomschi" % "commons-aspect" % "0.1.2"
[com.github.tomschi/commons-aspect "0.1.2"]