MVN

de.sormuras : bartholdy

Maven & Gradle

Dec 03, 2018
9 stars

bartholdy · Java Tooling Framework

<dependency>
    <groupId>de.sormuras</groupId>
    <artifactId>bartholdy</artifactId>
    <version>0.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.sormuras : bartholdy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.3

All Versions

Choose a version of de.sormuras : bartholdy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
bartholdy-0.2.3
bartholdy-0.2.2
bartholdy-0.2.1
bartholdy-0.2.0
0.1.x
bartholdy-0.1.1
bartholdy-0.1.0
0.0.x
bartholdy-0.0.30
bartholdy-0.0.29
bartholdy-0.0.28
bartholdy-0.0.27
bartholdy-0.0.26
bartholdy-0.0.25
bartholdy-0.0.24
bartholdy-0.0.23
bartholdy-0.0.22
bartholdy-0.0.21
bartholdy-0.0.20
bartholdy-0.0.19
bartholdy-0.0.18
bartholdy-0.0.17
bartholdy-0.0.16
bartholdy-0.0.15
bartholdy-0.0.14
bartholdy-0.0.13
bartholdy-0.0.12
bartholdy-0.0.11
bartholdy-0.0.10
bartholdy-0.0.9
bartholdy-0.0.8

How to add a dependency to Maven

Add the following de.sormuras : bartholdy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.sormuras</groupId>
    <artifactId>bartholdy</artifactId>
    <version>0.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.sormuras : bartholdy gradle dependency to your build.gradle file:

implementation 'de.sormuras:bartholdy:0.2.3'

Gradle Kotlin DSL: Add the following de.sormuras : bartholdy gradle kotlin dependency to your build.gradle.kts file:

implementation("de.sormuras:bartholdy:0.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.sormuras : bartholdy sbt scala dependency to your build.sbt file:

libraryDependencies += "de.sormuras" % "bartholdy" % "0.2.3"

Advertisement