| GroupId | GroupIdcom.github.sviperll |
|---|---|
| ArtifactId | ArtifactIdmetachicory |
| Version | Version0.22 |
| Type | Typejar |
| Filename | Size |
|---|---|
| metachicory-0.22.pom | |
| metachicory-0.22.jar | 32 KB |
| metachicory-0.22-sources.jar | 30 KB |
| metachicory-0.22-javadoc.jar | 86 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.sviperll/metachicory/ -->
<dependency>
<groupId>com.github.sviperll</groupId>
<artifactId>metachicory</artifactId>
<version>0.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sviperll/metachicory/
implementation 'com.github.sviperll:metachicory:0.22'
// https://jarcasting.com/artifacts/com.github.sviperll/metachicory/
implementation ("com.github.sviperll:metachicory:0.22")
'com.github.sviperll:metachicory:jar:0.22'
<dependency org="com.github.sviperll" name="metachicory" rev="0.22">
<artifact name="metachicory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sviperll', module='metachicory', version='0.22')
)
libraryDependencies += "com.github.sviperll" % "metachicory" % "0.22"
[com.github.sviperll/metachicory "0.22"]