javassist-gradle-plugin

Sister project to Javassist-Maven-Plugin

Stars
11

Javassist Gradle Plugin

Also See

Javassist Maven Plugin

Gradle

Pulling the dependency

Put this in the top of the build.gradle at the root of your project:

buildscript {
  repositories {
    mavenCentral()
    mavenLocal()
  }

  dependencies {
    classpath 'com.darylteo.gradle:javassist-plugin:0.2.0'
  }
}

Usage

TBC

Badges
Extracted from project README
Build Status Coverage Status Maven Central
Related Projects