Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdio.github.cdimascio |
ArtifactId | ArtifactIdcouchinator-java-wrapper |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.cdimascio/couchinator-java-wrapper/ -->
<dependency>
<groupId>io.github.cdimascio</groupId>
<artifactId>couchinator-java-wrapper</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cdimascio/couchinator-java-wrapper/
implementation 'io.github.cdimascio:couchinator-java-wrapper:1.0.0'
// https://jarcasting.com/artifacts/io.github.cdimascio/couchinator-java-wrapper/
implementation ("io.github.cdimascio:couchinator-java-wrapper:1.0.0")
'io.github.cdimascio:couchinator-java-wrapper:jar:1.0.0'
<dependency org="io.github.cdimascio" name="couchinator-java-wrapper" rev="1.0.0">
<artifact name="couchinator-java-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cdimascio', module='couchinator-java-wrapper', version='1.0.0')
)
libraryDependencies += "io.github.cdimascio" % "couchinator-java-wrapper" % "1.0.0"
[io.github.cdimascio/couchinator-java-wrapper "1.0.0"]