is not current version
Last Version 0.36

com.github.sviperll:metachicory 0.29-rc2

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

GroupId

GroupId

com.github.sviperll
ArtifactId

ArtifactId

metachicory
Version

Version

0.29-rc2
Type

Type

jar

Download metachicory 0.29-rc2


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