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