Last Version

SJPU Utils 0.1.5

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

License

License

GroupId

GroupId

org.xblackcat.sjpu
ArtifactId

ArtifactId

sjpu-utils
Version

Version

0.1.5
Type

Type

jar
Description

Description

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
Project URL

Project URL

https://github.com/xBlackCat/sjpu-utils

Download sjpu-utils 0.1.5


<!-- https://jarcasting.com/artifacts/org.xblackcat.sjpu/sjpu-utils/ -->
<dependency>
    <groupId>org.xblackcat.sjpu</groupId>
    <artifactId>sjpu-utils</artifactId>
    <version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.xblackcat.sjpu/sjpu-utils/
implementation 'org.xblackcat.sjpu:sjpu-utils:0.1.5'
// https://jarcasting.com/artifacts/org.xblackcat.sjpu/sjpu-utils/
implementation ("org.xblackcat.sjpu:sjpu-utils:0.1.5")
'org.xblackcat.sjpu:sjpu-utils:jar:0.1.5'
<dependency org="org.xblackcat.sjpu" name="sjpu-utils" rev="0.1.5">
  <artifact name="sjpu-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xblackcat.sjpu', module='sjpu-utils', version='0.1.5')
)
libraryDependencies += "org.xblackcat.sjpu" % "sjpu-utils" % "0.1.5"
[org.xblackcat.sjpu/sjpu-utils "0.1.5"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar [4.12,)

Project Modules

There are no modules declared in this project.