MVN

de.weltraumschaf : commons

Maven & Gradle

Apr 10, 2016
1 stars

Commons · Common Utility Classes for Java.

<dependency>
    <groupId>de.weltraumschaf</groupId>
    <artifactId>commons</artifactId>
    <version>validate</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.weltraumschaf : commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: validate

All Versions

Choose a version of de.weltraumschaf : commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
commons-0.4.0
0.3.x
commons-0.3.2
commons-0.3.1
commons-0.3.0
0.2.x
commons-0.2.6
commons-0.2.5
commons-0.2.4
commons-0.2.3
commons-0.2.2
commons-0.2.1
commons-0.2.0
0.1.x
commons-0.1.4
validate
commons-validate
uri
commons-uri
time
commons-time
testing
commons-testing
system
commons-system
swing
commons-swing
string
commons-string
shell
commons-shell
reactor
commons-reactor
parse
commons-parse
jcommander
commons-jcommander
guava
commons-guava
experimental
commons-experimental
config
commons-config
concurrent
commons-concurrent
application
commons-application

How to add a dependency to Maven

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

<dependency>
    <groupId>de.weltraumschaf</groupId>
    <artifactId>commons</artifactId>
    <version>validate</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.weltraumschaf : commons gradle dependency to your build.gradle file:

implementation 'de.weltraumschaf:commons:validate'

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

implementation("de.weltraumschaf:commons:validate")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.weltraumschaf : commons sbt scala dependency to your build.sbt file:

libraryDependencies += "de.weltraumschaf" % "commons" % "validate"