MVN

com.paulhammant : servirtium-core

Maven & Gradle

Dec 03, 2019
2 usages
16 stars
<dependency>
    <groupId>com.paulhammant</groupId>
    <artifactId>servirtium-core</artifactId>
    <version>0.9.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.paulhammant : servirtium-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.9

All Versions

Choose a version of com.paulhammant : servirtium-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • servirtium-core-0.9.9

    Dec 03, 2019
  • servirtium-core-0.9.8

    Jul 19, 2019
  • servirtium-core-0.9.7

    Jul 10, 2019
  • servirtium-core-0.9.6

    Jul 03, 2019
  • servirtium-core-0.9.5

    Jun 28, 2019
  • servirtium-core-0.9.4

    Jun 27, 2019
  • servirtium-core-0.9.3

    Jun 26, 2019
  • servirtium-core-0.9.2

    Jun 08, 2019
  • servirtium-core-0.9.1

    May 29, 2019
  • servirtium-core-0.9

    May 25, 2019
  • servirtium-core-0.8

    May 06, 2019
  • servirtium-core-0.7.1

    Apr 17, 2019
  • servirtium-core-0.7

    Apr 09, 2019
  • servirtium-core-0.6

    Feb 19, 2019

How to add a dependency to Maven

Add the following com.paulhammant : servirtium-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.paulhammant</groupId>
    <artifactId>servirtium-core</artifactId>
    <version>0.9.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.paulhammant : servirtium-core gradle dependency to your build.gradle file:

implementation 'com.paulhammant:servirtium-core:0.9.9'

Gradle Kotlin DSL: Add the following com.paulhammant : servirtium-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.paulhammant:servirtium-core:0.9.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.paulhammant : servirtium-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.paulhammant" % "servirtium-core" % "0.9.9"