s

stdlib

Utility API
Files download
File Operation
stdlib-10.1.5.jar download
stdlib-10.1.5.pom download
stdlib-10.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.peterphi.std</groupId>
  <artifactId>stdlib</artifactId>
  <version>10.1.5</version>
</dependency>
Gradle Groovy
implementation 'com.peterphi.std:stdlib:10.1.5'
Gradle Kotlin
implementation("com.peterphi.std:stdlib:10.1.5")
Scala SBT
libraryDependencies += "com.peterphi.std" % "stdlib" % "10.1.5"
Groovy Grape
@Grapes(
  @Grab(group='com.peterphi.std', module='stdlib', version='10.1.5')
)
Apache Ivy
<dependency org="com.peterphi.std" name="stdlib" rev="10.1.5" />
Leiningen
[com.peterphi.std/stdlib "10.1.5"]
Apache Buildr
'com.peterphi.std:stdlib:jar:10.1.5'