Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

darylteo/javassist-gradle-plugin

Repository files navigation

Javassist Gradle Plugin

Build Status Coverage Status Maven Central

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

About

Sister project to Javassist-Maven-Plugin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages