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