Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.andy-a-coder |
ArtifactId | ArtifactIdidempotent |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
idempotent-2.0.2.pom | |
idempotent-2.0.2.jar | 29 KB |
idempotent-2.0.2-sources.jar | 15 KB |
idempotent-2.0.2-javadoc.jar | 141 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.andy-a-coder/idempotent/ -->
<dependency>
<groupId>com.github.andy-a-coder</groupId>
<artifactId>idempotent</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andy-a-coder/idempotent/
implementation 'com.github.andy-a-coder:idempotent:2.0.2'
// https://jarcasting.com/artifacts/com.github.andy-a-coder/idempotent/
implementation ("com.github.andy-a-coder:idempotent:2.0.2")
'com.github.andy-a-coder:idempotent:jar:2.0.2'
<dependency org="com.github.andy-a-coder" name="idempotent" rev="2.0.2">
<artifact name="idempotent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andy-a-coder', module='idempotent', version='2.0.2')
)
libraryDependencies += "com.github.andy-a-coder" % "idempotent" % "2.0.2"
[com.github.andy-a-coder/idempotent "2.0.2"]