License |
License |
---|---|
GroupId | GroupIdcom.github.fanzezhen |
ArtifactId | ArtifactIdannotation |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.fanzezhen:annotation
annotation
|
Filename | Size |
---|---|
annotation-1.0.pom | |
annotation-1.0.jar | 3 KB |
annotation-1.0-sources.jar | 3 KB |
annotation-1.0-javadoc.jar | 402 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fanzezhen/annotation/ -->
<dependency>
<groupId>com.github.fanzezhen</groupId>
<artifactId>annotation</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fanzezhen/annotation/
implementation 'com.github.fanzezhen:annotation:1.0'
// https://jarcasting.com/artifacts/com.github.fanzezhen/annotation/
implementation ("com.github.fanzezhen:annotation:1.0")
'com.github.fanzezhen:annotation:jar:1.0'
<dependency org="com.github.fanzezhen" name="annotation" rev="1.0">
<artifact name="annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fanzezhen', module='annotation', version='1.0')
)
libraryDependencies += "com.github.fanzezhen" % "annotation" % "1.0"
[com.github.fanzezhen/annotation "1.0"]