is not current version
Last Version 0.36

com.github.sviperll:metachicory 0.34

Metaprogramming tools. Useful for annotation processors implementation. Part of chicory.

GroupId

GroupId

com.github.sviperll
ArtifactId

ArtifactId

metachicory
Version

Version

0.34
Type

Type

jar

Download metachicory 0.34


<!-- https://jarcasting.com/artifacts/com.github.sviperll/metachicory/ -->
<dependency>
    <groupId>com.github.sviperll</groupId>
    <artifactId>metachicory</artifactId>
    <version>0.34</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sviperll/metachicory/
implementation 'com.github.sviperll:metachicory:0.34'
// https://jarcasting.com/artifacts/com.github.sviperll/metachicory/
implementation ("com.github.sviperll:metachicory:0.34")
'com.github.sviperll:metachicory:jar:0.34'
<dependency org="com.github.sviperll" name="metachicory" rev="0.34">
  <artifact name="metachicory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sviperll', module='metachicory', version='0.34')
)
libraryDependencies += "com.github.sviperll" % "metachicory" % "0.34"
[com.github.sviperll/metachicory "0.34"]