MVN

by.shostko : foreman

Maven & Gradle

Apr 19, 2023
2 stars

foreman · Foreman - library to control and supervise workers

<dependency>
    <groupId>by.shostko</groupId>
    <artifactId>foreman</artifactId>
    <version>0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of by.shostko : foreman to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7

All Versions

Choose a version of by.shostko : foreman to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7
foreman-0.7
0.6.x
foreman-0.6.1
foreman-0.6.0

How to add a dependency to Maven

Add the following by.shostko : foreman maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>by.shostko</groupId>
    <artifactId>foreman</artifactId>
    <version>0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following by.shostko : foreman gradle dependency to your build.gradle file:

implementation 'by.shostko:foreman:0.7'

Gradle Kotlin DSL: Add the following by.shostko : foreman gradle kotlin dependency to your build.gradle.kts file:

implementation("by.shostko:foreman:0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following by.shostko : foreman sbt scala dependency to your build.sbt file:

libraryDependencies += "by.shostko" % "foreman" % "0.7"