MVN

work.eddiejamsession : jam-etc-hosts-util

Maven & Gradle

May 19, 2020

jam-etc-hosts-util · Some project

<dependency>
    <groupId>work.eddiejamsession</groupId>
    <artifactId>jam-etc-hosts-util</artifactId>
    <version>0.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of work.eddiejamsession : jam-etc-hosts-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.4

All Versions

Choose a version of work.eddiejamsession : jam-etc-hosts-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
jam-etc-hosts-util-0.0.4

How to add a dependency to Maven

Add the following work.eddiejamsession : jam-etc-hosts-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>work.eddiejamsession</groupId>
    <artifactId>jam-etc-hosts-util</artifactId>
    <version>0.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following work.eddiejamsession : jam-etc-hosts-util gradle dependency to your build.gradle file:

implementation 'work.eddiejamsession:jam-etc-hosts-util:0.0.4'

Gradle Kotlin DSL: Add the following work.eddiejamsession : jam-etc-hosts-util gradle kotlin dependency to your build.gradle.kts file:

implementation("work.eddiejamsession:jam-etc-hosts-util:0.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following work.eddiejamsession : jam-etc-hosts-util sbt scala dependency to your build.sbt file:

libraryDependencies += "work.eddiejamsession" % "jam-etc-hosts-util" % "0.0.4"