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