MVN

nl.42 : heph

Maven & Gradle

Oct 07, 2020
3 stars

42 Heph · Library for creating smart test-data builders. Name is short for Hephaestus

<dependency>
    <groupId>nl.42</groupId>
    <artifactId>heph</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.42 : heph to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of nl.42 : heph to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
heph-2.0.1
heph-2.0.0
1.0.x
heph-1.0.1
heph-1.0.0
0.2.x
heph-0.2.0
0.1.x
heph-0.1.1.SPRING5
heph-0.1.1
heph-0.1.0

How to add a dependency to Maven

Add the following nl.42 : heph maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.42</groupId>
    <artifactId>heph</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.42 : heph gradle dependency to your build.gradle file:

implementation 'nl.42:heph:2.0.1'

Gradle Kotlin DSL: Add the following nl.42 : heph gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.42:heph:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.42 : heph sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.42" % "heph" % "2.0.1"

Advertisement