MVN

com.vonchange : headb

Maven & Gradle

Apr 15, 2016
2 usages

headb · ORM which The highest development efficiency and Efficiency is the fastest

<dependency>
    <groupId>com.vonchange</groupId>
    <artifactId>headb</artifactId>
    <version>0.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vonchange : headb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.19

All Versions

Choose a version of com.vonchange : headb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.19
headb-0.19
0.18
headb-0.18

How to add a dependency to Maven

Add the following com.vonchange : headb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.vonchange</groupId>
    <artifactId>headb</artifactId>
    <version>0.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vonchange : headb gradle dependency to your build.gradle file:

implementation 'com.vonchange:headb:0.19'

Gradle Kotlin DSL: Add the following com.vonchange : headb gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vonchange:headb:0.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vonchange : headb sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vonchange" % "headb" % "0.19"

Advertisement