GroupId | GroupIdcom.github.sparkzxl |
---|---|
ArtifactId | ArtifactIdsparkzxl-annotation |
Version | Version1.3.5 |
Type | Typejar |
Filename | Size |
---|---|
sparkzxl-annotation-1.3.5.pom | |
sparkzxl-annotation-1.3.5.jar | 41 KB |
sparkzxl-annotation-1.3.5-sources.jar | 23 KB |
sparkzxl-annotation-1.3.5-javadoc.jar | 245 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-annotation/ -->
<dependency>
<groupId>com.github.sparkzxl</groupId>
<artifactId>sparkzxl-annotation</artifactId>
<version>1.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-annotation/
implementation 'com.github.sparkzxl:sparkzxl-annotation:1.3.5'
// https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-annotation/
implementation ("com.github.sparkzxl:sparkzxl-annotation:1.3.5")
'com.github.sparkzxl:sparkzxl-annotation:jar:1.3.5'
<dependency org="com.github.sparkzxl" name="sparkzxl-annotation" rev="1.3.5">
<artifact name="sparkzxl-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sparkzxl', module='sparkzxl-annotation', version='1.3.5')
)
libraryDependencies += "com.github.sparkzxl" % "sparkzxl-annotation" % "1.3.5"
[com.github.sparkzxl/sparkzxl-annotation "1.3.5"]