Exit Full View

Feather2 / documentation / Dependencies.md

Dependencies

See gradle.properties for the version numbers.

feather-core depends on these 3rd Java libraries :

  • org.antlr:antlr4-runtime : For parsing the feather scripts.
  • org.ow2.asm:asm : For generating JVM bytecode.
  • org.apache.xbean:xbean-classloader : Adds a classloader if the script includes library directives.

feather-core:test also depends on :

  • junit:junit
  • org.ow2.asm:asm-util : Comparing bytecode generated by Java/Kotlin with that generated by Feather.

Back to Contents