GroupId | GroupIdio.github.cdimascio |
---|---|
ArtifactId | ArtifactIdessence |
Version | Version0.12.6 |
Type | Typejar |
Filename | Size |
---|---|
essence-0.12.6.pom | |
essence-0.12.6.jar | 138 KB |
essence-0.12.6-sources.jar | 54 KB |
essence-0.12.6-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.cdimascio/essence/ -->
<dependency>
<groupId>io.github.cdimascio</groupId>
<artifactId>essence</artifactId>
<version>0.12.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cdimascio/essence/
implementation 'io.github.cdimascio:essence:0.12.6'
// https://jarcasting.com/artifacts/io.github.cdimascio/essence/
implementation ("io.github.cdimascio:essence:0.12.6")
'io.github.cdimascio:essence:jar:0.12.6'
<dependency org="io.github.cdimascio" name="essence" rev="0.12.6">
<artifact name="essence" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cdimascio', module='essence', version='0.12.6')
)
libraryDependencies += "io.github.cdimascio" % "essence" % "0.12.6"
[io.github.cdimascio/essence "0.12.6"]