l

libs

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