Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.andy-a-coder |
ArtifactId | ArtifactIdidempotent |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
idempotent-2.0.3.pom | |
idempotent-2.0.3.jar | 30 KB |
idempotent-2.0.3-sources.jar | 15 KB |
idempotent-2.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andy-a-coder/idempotent/
implementation 'com.github.andy-a-coder:idempotent:2.0.3'
// https://jarcasting.com/artifacts/com.github.andy-a-coder/idempotent/
implementation ("com.github.andy-a-coder:idempotent:2.0.3")
'com.github.andy-a-coder:idempotent:jar:2.0.3'
<dependency org="com.github.andy-a-coder" name="idempotent" rev="2.0.3">
<artifact name="idempotent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andy-a-coder', module='idempotent', version='2.0.3')
)
libraryDependencies += "com.github.andy-a-coder" % "idempotent" % "2.0.3"
[com.github.andy-a-coder/idempotent "2.0.3"]