| License |
License |
|---|---|
| GroupId | GroupIdorg.xblackcat.sjpu |
| ArtifactId | ArtifactIdsjpu-utils |
| Last Version | Last Version0.1.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSJPU 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 |
| Filename | Size |
|---|---|
| sjpu-utils-0.1.5.pom | |
| sjpu-utils-0.1.5.jar | 97 KB |
| sjpu-utils-0.1.5-sources.jar | 47 KB |
| sjpu-utils-0.1.5-javadoc.jar | 185 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | [4.12,) |