MVN

com.github.megafonweblab.histone : histone-java-v2

Maven & Gradle

Jun 14, 2018
2 usages
9 stars

Histone Core Module · Implementation of histone engine

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

Latest Version

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

  • Latest Stable: 1.9.2

All Versions

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

Version Vulnerabilities Updated
1.9.x
histone-java-v2-1.9.2
histone-java-v2-1.9.1
histone-java-v2-1.9.0
1.8.x
histone-java-v2-1.8.0
1.7.x
histone-java-v2-1.7.3
histone-java-v2-1.7.2
histone-java-v2-1.7.1
histone-java-v2-1.7.0
1.6.x
histone-java-v2-1.6.0
1.5.x
histone-java-v2-1.5.1
histone-java-v2-1.5.0
1.4.x
histone-java-v2-1.4.1
histone-java-v2-1.4.0
1.3.x
histone-java-v2-1.3.5
histone-java-v2-1.3.4
histone-java-v2-1.3.3
histone-java-v2-1.3.2
histone-java-v2-1.3.1
histone-java-v2-1.3.0
1.2.x
histone-java-v2-1.2.1
histone-java-v2-1.2.0
1.1.x
histone-java-v2-1.1.1
histone-java-v2-1.1.0
1.0.x
histone-java-v2-1.0.3
histone-java-v2-1.0.2
histone-java-v2-1.0.1
histone-java-v2-1.0.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement