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