License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.hypfvieh |
ArtifactId | ArtifactIdjava-utils |
Version | Version1.0.6 |
Type | Typejar |
Description |
Descriptionjava-utils
A collection of utils commonly used in my projects.
Feel free to use it (or parts of it) in your own projects.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-utils-1.0.6.pom | |
java-utils-1.0.6.jar | 63 KB |
java-utils-1.0.6-tests.jar | 32 KB |
java-utils-1.0.6-sources.jar | 41 KB |
java-utils-1.0.6-javadoc.jar | 204 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hypfvieh/java-utils/ -->
<dependency>
<groupId>com.github.hypfvieh</groupId>
<artifactId>java-utils</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hypfvieh/java-utils/
implementation 'com.github.hypfvieh:java-utils:1.0.6'
// https://jarcasting.com/artifacts/com.github.hypfvieh/java-utils/
implementation ("com.github.hypfvieh:java-utils:1.0.6")
'com.github.hypfvieh:java-utils:jar:1.0.6'
<dependency org="com.github.hypfvieh" name="java-utils" rev="1.0.6">
<artifact name="java-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hypfvieh', module='java-utils', version='1.0.6')
)
libraryDependencies += "com.github.hypfvieh" % "java-utils" % "1.0.6"
[com.github.hypfvieh/java-utils "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |