s

stdlib

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