GroupId | GroupIdcom.github.sparkzxl |
---|---|
ArtifactId | ArtifactIdsparkzxl-annotation |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
sparkzxl-annotation-1.3.2.pom | |
sparkzxl-annotation-1.3.2.jar | 37 KB |
sparkzxl-annotation-1.3.2-sources.jar | 21 KB |
sparkzxl-annotation-1.3.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-annotation/
implementation 'com.github.sparkzxl:sparkzxl-annotation:1.3.2'
// https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-annotation/
implementation ("com.github.sparkzxl:sparkzxl-annotation:1.3.2")
'com.github.sparkzxl:sparkzxl-annotation:jar:1.3.2'
<dependency org="com.github.sparkzxl" name="sparkzxl-annotation" rev="1.3.2">
<artifact name="sparkzxl-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sparkzxl', module='sparkzxl-annotation', version='1.3.2')
)
libraryDependencies += "com.github.sparkzxl" % "sparkzxl-annotation" % "1.3.2"
[com.github.sparkzxl/sparkzxl-annotation "1.3.2"]