| License |
License |
|---|---|
| GroupId | GroupIdcom.seceh |
| ArtifactId | ArtifactIdbasic-utils |
| Last Version | Last Version0.0.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSeceh basic utils for Java
This is a basic utils for Java.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| basic-utils-0.0.7.pom | |
| basic-utils-0.0.7.jar | 10 KB |
| basic-utils-0.0.7-sources.jar | 5 KB |
| basic-utils-0.0.7-javadoc.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.seceh/basic-utils/ -->
<dependency>
<groupId>com.seceh</groupId>
<artifactId>basic-utils</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.seceh/basic-utils/
implementation 'com.seceh:basic-utils:0.0.7'
// https://jarcasting.com/artifacts/com.seceh/basic-utils/
implementation ("com.seceh:basic-utils:0.0.7")
'com.seceh:basic-utils:jar:0.0.7'
<dependency org="com.seceh" name="basic-utils" rev="0.0.7">
<artifact name="basic-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seceh', module='basic-utils', version='0.0.7')
)
libraryDependencies += "com.seceh" % "basic-utils" % "0.0.7"
[com.seceh/basic-utils "0.0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 31.0.1-jre |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.1 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| commons-io : commons-io | jar | 2.11.0 |
| ch.qos.logback : logback-classic | jar | 1.2.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.tomcat.embed : tomcat-embed-core | jar | 9.0.55 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |