GroupId | GroupIdcom.github.yuyenews |
---|---|
ArtifactId | ArtifactIdmars-aop |
Version | Version2.1.2 |
Type | Typejar |
Filename | Size |
---|---|
mars-aop-2.1.2.pom | |
mars-aop-2.1.2.jar | 3 KB |
mars-aop-2.1.2-sources.jar | 2 KB |
mars-aop-2.1.2-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yuyenews/mars-aop/ -->
<dependency>
<groupId>com.github.yuyenews</groupId>
<artifactId>mars-aop</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-aop/
implementation 'com.github.yuyenews:mars-aop:2.1.2'
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-aop/
implementation ("com.github.yuyenews:mars-aop:2.1.2")
'com.github.yuyenews:mars-aop:jar:2.1.2'
<dependency org="com.github.yuyenews" name="mars-aop" rev="2.1.2">
<artifact name="mars-aop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yuyenews', module='mars-aop', version='2.1.2')
)
libraryDependencies += "com.github.yuyenews" % "mars-aop" % "2.1.2"
[com.github.yuyenews/mars-aop "2.1.2"]