s

sjpu-utils

Collect of utility classes and interfaces. Currenlty contains: extention of standart functional interfaces (java.util.function.*) which allow to declare thrown exception as type parameter; Simple implementation of LockPool
https://github.com/xBlackCat/sjpu-utils
The Apache Software License, Version 2.0
Zhukov Alexei
Files download
File Operation
sjpu-utils-0.1.5.jar download
sjpu-utils-0.1.5.pom download
sjpu-utils-0.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xblackcat.sjpu</groupId>
  <artifactId>sjpu-utils</artifactId>
  <version>0.1.5</version>
</dependency>
Gradle Groovy
implementation 'org.xblackcat.sjpu:sjpu-utils:0.1.5'
Gradle Kotlin
implementation("org.xblackcat.sjpu:sjpu-utils:0.1.5")
Scala SBT
libraryDependencies += "org.xblackcat.sjpu" % "sjpu-utils" % "0.1.5"
Groovy Grape
@Grapes(
  @Grab(group='org.xblackcat.sjpu', module='sjpu-utils', version='0.1.5')
)
Apache Ivy
<dependency org="org.xblackcat.sjpu" name="sjpu-utils" rev="0.1.5" />
Leiningen
[org.xblackcat.sjpu/sjpu-utils "0.1.5"]
Apache Buildr
'org.xblackcat.sjpu:sjpu-utils:jar:0.1.5'
Dependencies

test

|-- junit:junit