GroupId | GroupIdcom.github.fk7075 |
---|---|
ArtifactId | ArtifactIdlucky-aop |
Version | VersionV2-TEST |
Type | Typejar |
Filename | Size |
---|---|
lucky-aop-V2-TEST.pom | |
lucky-aop-V2-TEST.jar | 79 KB |
lucky-aop-V2-TEST-sources.jar | 54 KB |
lucky-aop-V2-TEST-javadoc.jar | 415 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fk7075/lucky-aop/ -->
<dependency>
<groupId>com.github.fk7075</groupId>
<artifactId>lucky-aop</artifactId>
<version>V2-TEST</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fk7075/lucky-aop/
implementation 'com.github.fk7075:lucky-aop:V2-TEST'
// https://jarcasting.com/artifacts/com.github.fk7075/lucky-aop/
implementation ("com.github.fk7075:lucky-aop:V2-TEST")
'com.github.fk7075:lucky-aop:jar:V2-TEST'
<dependency org="com.github.fk7075" name="lucky-aop" rev="V2-TEST">
<artifact name="lucky-aop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fk7075', module='lucky-aop', version='V2-TEST')
)
libraryDependencies += "com.github.fk7075" % "lucky-aop" % "V2-TEST"
[com.github.fk7075/lucky-aop "V2-TEST"]