License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.hypfvieh |
ArtifactId | ArtifactIdjava-utils |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
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 |
Filename | Size |
---|---|
java-utils-1.2.0.pom | |
java-utils-1.2.0.jar | 63 KB |
java-utils-1.2.0-tests.jar | 32 KB |
java-utils-1.2.0-sources.jar | 41 KB |
java-utils-1.2.0-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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hypfvieh/java-utils/
implementation 'com.github.hypfvieh:java-utils:1.2.0'
// https://jarcasting.com/artifacts/com.github.hypfvieh/java-utils/
implementation ("com.github.hypfvieh:java-utils:1.2.0")
'com.github.hypfvieh:java-utils:jar:1.2.0'
<dependency org="com.github.hypfvieh" name="java-utils" rev="1.2.0">
<artifact name="java-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hypfvieh', module='java-utils', version='1.2.0')
)
libraryDependencies += "com.github.hypfvieh" % "java-utils" % "1.2.0"
[com.github.hypfvieh/java-utils "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.17.2 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.1 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.1 |
org.junit.platform : junit-platform-launcher | jar | 1.8.1 |