Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.sparkzxl |
ArtifactId | ArtifactIdsparkzxl-idempotent |
Version | Version1.4.1 |
Type | Typejar |
Filename | Size |
---|---|
sparkzxl-idempotent-1.4.1.pom | |
sparkzxl-idempotent-1.4.1.jar | 15 KB |
sparkzxl-idempotent-1.4.1-sources.jar | 11 KB |
sparkzxl-idempotent-1.4.1-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-idempotent/ -->
<dependency>
<groupId>com.github.sparkzxl</groupId>
<artifactId>sparkzxl-idempotent</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-idempotent/
implementation 'com.github.sparkzxl:sparkzxl-idempotent:1.4.1'
// https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-idempotent/
implementation ("com.github.sparkzxl:sparkzxl-idempotent:1.4.1")
'com.github.sparkzxl:sparkzxl-idempotent:jar:1.4.1'
<dependency org="com.github.sparkzxl" name="sparkzxl-idempotent" rev="1.4.1">
<artifact name="sparkzxl-idempotent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sparkzxl', module='sparkzxl-idempotent', version='1.4.1')
)
libraryDependencies += "com.github.sparkzxl" % "sparkzxl-idempotent" % "1.4.1"
[com.github.sparkzxl/sparkzxl-idempotent "1.4.1"]