GroupId | GroupIdcom.yanzhenjie.andserver |
---|---|
ArtifactId | ArtifactIdannotation |
Version | Version2.1.6 |
Type | Typejar |
Filename | Size |
---|---|
annotation-2.1.6.pom | |
annotation-2.1.6.jar | 12 KB |
annotation-2.1.6-sources.jar | 21 KB |
annotation-2.1.6-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yanzhenjie.andserver/annotation/ -->
<dependency>
<groupId>com.yanzhenjie.andserver</groupId>
<artifactId>annotation</artifactId>
<version>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.yanzhenjie.andserver/annotation/
implementation 'com.yanzhenjie.andserver:annotation:2.1.6'
// https://jarcasting.com/artifacts/com.yanzhenjie.andserver/annotation/
implementation ("com.yanzhenjie.andserver:annotation:2.1.6")
'com.yanzhenjie.andserver:annotation:jar:2.1.6'
<dependency org="com.yanzhenjie.andserver" name="annotation" rev="2.1.6">
<artifact name="annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yanzhenjie.andserver', module='annotation', version='2.1.6')
)
libraryDependencies += "com.yanzhenjie.andserver" % "annotation" % "2.1.6"
[com.yanzhenjie.andserver/annotation "2.1.6"]