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