MVN

com.github.megafonweblab.histone : java-compiler

Maven & Gradle

Jun 14, 2018
9 stars

Histone Java Compiler Module · Implementation for compile histone templates to java

<dependency>
    <groupId>com.github.megafonweblab.histone</groupId>
    <artifactId>java-compiler</artifactId>
    <version>1.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.megafonweblab.histone : java-compiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.2

All Versions

Choose a version of com.github.megafonweblab.histone : java-compiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
java-compiler-1.9.2
java-compiler-1.9.1
java-compiler-1.9.0
1.8.x
java-compiler-1.8.0
1.7.x
java-compiler-1.7.3
java-compiler-1.7.2
java-compiler-1.7.1
java-compiler-1.7.0
1.6.x
java-compiler-1.6.0
1.5.x
java-compiler-1.5.1
java-compiler-1.5.0
1.4.x
java-compiler-1.4.1
java-compiler-1.4.0

How to add a dependency to Maven

Add the following com.github.megafonweblab.histone : java-compiler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.megafonweblab.histone</groupId>
    <artifactId>java-compiler</artifactId>
    <version>1.9.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.megafonweblab.histone : java-compiler gradle dependency to your build.gradle file:

implementation 'com.github.megafonweblab.histone:java-compiler:1.9.2'

Gradle Kotlin DSL: Add the following com.github.megafonweblab.histone : java-compiler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.megafonweblab.histone:java-compiler:1.9.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.megafonweblab.histone : java-compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.megafonweblab.histone" % "java-compiler" % "1.9.2"