l

libs

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