| License |
License |
|---|---|
| GroupId | GroupIdcom.chaschev |
| ArtifactId | ArtifactIdchutils |
| Last Version | Last Version1.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| chutils-1.4.pom | |
| chutils-1.4.jar | 51 KB |
| chutils-1.4-sources.jar | 23 KB |
| chutils-1.4-javadoc.jar | 148 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.chaschev/chutils/ -->
<dependency>
<groupId>com.chaschev</groupId>
<artifactId>chutils</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.chaschev/chutils/
implementation 'com.chaschev:chutils:1.4'
// https://jarcasting.com/artifacts/com.chaschev/chutils/
implementation ("com.chaschev:chutils:1.4")
'com.chaschev:chutils:jar:1.4'
<dependency org="com.chaschev" name="chutils" rev="1.4">
<artifact name="chutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chaschev', module='chutils', version='1.4')
)
libraryDependencies += "com.chaschev" % "chutils" % "1.4"
[com.chaschev/chutils "1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.5 |
| com.google.guava : guava | jar | 15.0 |
| com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.3.0 |
| com.google.code.gson : gson Optional | jar | 2.2.4 |
| com.google.code.findbugs : jsr305 | jar | 2.0.1 |
| commons-io : commons-io | jar | 2.4 |
| net.sf.jopt-simple : jopt-simple Optional | jar | 4.5 |
| com.esotericsoftware.kryo : kryo Optional | jar | 2.22 |
| org.mockito : mockito-all | jar | 1.9.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.easytesting : fest-assert-core | jar | 2.0M10 |