GroupId | GroupIdcom.qiukeke |
---|---|
ArtifactId | ArtifactIdannotations |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
annotations-0.0.6.pom | |
annotations-0.0.6.jar | 13 KB |
annotations-0.0.6-sources.jar | 8 KB |
annotations-0.0.6-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.qiukeke/annotations/ -->
<dependency>
<groupId>com.qiukeke</groupId>
<artifactId>annotations</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.qiukeke/annotations/
implementation 'com.qiukeke:annotations:0.0.6'
// https://jarcasting.com/artifacts/com.qiukeke/annotations/
implementation ("com.qiukeke:annotations:0.0.6")
'com.qiukeke:annotations:jar:0.0.6'
<dependency org="com.qiukeke" name="annotations" rev="0.0.6">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qiukeke', module='annotations', version='0.0.6')
)
libraryDependencies += "com.qiukeke" % "annotations" % "0.0.6"
[com.qiukeke/annotations "0.0.6"]