l

libs

A collection of utilities
https://github.com/technicalguru/rslibs
Ralph Schuster
Files download
File Operation
libs-5.0.3.pom download
Apache Maven
<dependency>
  <groupId>eu.ralph-schuster</groupId>
  <artifactId>libs</artifactId>
  <version>5.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'eu.ralph-schuster:libs:5.0.3'
Gradle Kotlin
implementation("eu.ralph-schuster:libs:5.0.3")
Scala SBT
libraryDependencies += "eu.ralph-schuster" % "libs" % "5.0.3"
Groovy Grape
@Grapes(
  @Grab(group='eu.ralph-schuster', module='libs', version='5.0.3')
)
Apache Ivy
<dependency org="eu.ralph-schuster" name="libs" rev="5.0.3" />
Leiningen
[eu.ralph-schuster/libs "5.0.3"]
Apache Buildr
'eu.ralph-schuster:libs:jar:5.0.3'