c

commons-lib

A libary including some functionality shared across Path Variable projects
https://github.com/isaric/commons-lib
MIT License
Ivan Saric
Files download
File Operation
commons-lib-1.3.2.jar download
commons-lib-1.3.2.pom download
commons-lib-1.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.path-variable</groupId>
  <artifactId>commons-lib</artifactId>
  <version>1.3.2</version>
</dependency>
Gradle Groovy
implementation 'com.path-variable:commons-lib:1.3.2'
Gradle Kotlin
implementation("com.path-variable:commons-lib:1.3.2")
Scala SBT
libraryDependencies += "com.path-variable" % "commons-lib" % "1.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.path-variable', module='commons-lib', version='1.3.2')
)
Apache Ivy
<dependency org="com.path-variable" name="commons-lib" rev="1.3.2" />
Leiningen
[com.path-variable/commons-lib "1.3.2"]
Apache Buildr
'com.path-variable:commons-lib:jar:1.3.2'