is not current version
Last Version 0.0.7

com.qiukeke:annotations 0.0.5

NaughtyJavaAnnotations

GroupId

GroupId

com.qiukeke
ArtifactId

ArtifactId

annotations
Version

Version

0.0.5
Type

Type

jar

Download annotations 0.0.5


<!-- https://jarcasting.com/artifacts/com.qiukeke/annotations/ -->
<dependency>
    <groupId>com.qiukeke</groupId>
    <artifactId>annotations</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.qiukeke/annotations/
implementation 'com.qiukeke:annotations:0.0.5'
// https://jarcasting.com/artifacts/com.qiukeke/annotations/
implementation ("com.qiukeke:annotations:0.0.5")
'com.qiukeke:annotations:jar:0.0.5'
<dependency org="com.qiukeke" name="annotations" rev="0.0.5">
  <artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qiukeke', module='annotations', version='0.0.5')
)
libraryDependencies += "com.qiukeke" % "annotations" % "0.0.5"
[com.qiukeke/annotations "0.0.5"]