GroupId | GroupIdcom.github.hughwick |
---|---|
ArtifactId | ArtifactIdtoolbox-aop |
Version | Version2.1.5 |
Type | Typejar |
Filename | Size |
---|---|
toolbox-aop-2.1.5.pom | |
toolbox-aop-2.1.5.jar | 11 KB |
toolbox-aop-2.1.5-sources.jar | 10 KB |
toolbox-aop-2.1.5-javadoc.jar | 472 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hughwick/toolbox-aop/ -->
<dependency>
<groupId>com.github.hughwick</groupId>
<artifactId>toolbox-aop</artifactId>
<version>2.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hughwick/toolbox-aop/
implementation 'com.github.hughwick:toolbox-aop:2.1.5'
// https://jarcasting.com/artifacts/com.github.hughwick/toolbox-aop/
implementation ("com.github.hughwick:toolbox-aop:2.1.5")
'com.github.hughwick:toolbox-aop:jar:2.1.5'
<dependency org="com.github.hughwick" name="toolbox-aop" rev="2.1.5">
<artifact name="toolbox-aop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hughwick', module='toolbox-aop', version='2.1.5')
)
libraryDependencies += "com.github.hughwick" % "toolbox-aop" % "2.1.5"
[com.github.hughwick/toolbox-aop "2.1.5"]