Download chutils-1.4.jar file

Introduction

You can download chutils-1.4.jar in this page.

License

The Apache Software License, Version 2.0

Type List

chutils-1.4.jar file has the following types.

Installation.class
META-INF/MANIFEST.MF
META-INF/maven/com.chaschev/chutils/pom.properties
META-INF/maven/com.chaschev/chutils/pom.xml
build.properties
chaschev.chutils.Main.class
chaschev.concurrent.BoundedExecutorService.class
chaschev.io.ByteBufferUtils.class
chaschev.io.CloseableIterator.class
chaschev.io.CloseableIteratorImpl.class
chaschev.io.FBUtilities.class
chaschev.io.FileUtils.class
chaschev.json.GsonMapper.class
chaschev.json.JacksonMapper.class
chaschev.json.Mapper.class
chaschev.lang.Functions2.class
chaschev.lang.Iterables2.class
chaschev.lang.LangUtils.class
chaschev.lang.Lists2.class
chaschev.lang.Maps2.class
chaschev.lang.MutableSupplier.class
chaschev.lang.ObjectMethod.class
chaschev.lang.OpenBean.class
chaschev.lang.OpenStringBuilder.class
chaschev.lang.Pair.class
chaschev.lang.Predicates2.class
chaschev.lang.reflect.Annotations.class
chaschev.lang.reflect.ClassDesc.class
chaschev.lang.reflect.ConstructorDesc.class
chaschev.lang.reflect.HavingMethodSignature.class
chaschev.lang.reflect.MethodDesc.class
chaschev.lang.reflect.NoSuchMethodException.class
chaschev.util.CatchyCallable.class
chaschev.util.CatchyRunnable.class
chaschev.util.DomBuilder.class
chaschev.util.DomUtils.class
chaschev.util.Exceptions.class
chaschev.util.JOptOptions.class
chaschev.util.JsonXML.class
chaschev.util.MapObjectBase.class
chaschev.util.MapObjectList.class
chaschev.util.MapObjectMap.class
chaschev.util.MapObjectUtils.class
chaschev.util.MapVisitor.class
chaschev.util.RevisionInfo.class
com.bethecoder.table.ASCIITableHeader.class
com.bethecoder.table.AsciiTableInstance.class
com.bethecoder.table.impl.CollectionASCIITableAware.class
com.bethecoder.table.impl.JDBCASCIITableAware.class
com.bethecoder.table.impl.SimpleTable.class
com.bethecoder.table.spec.AsciiTable.class
com.bethecoder.table.spec.IASCIITableAware.class

Pom

chutils-1.4.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.sonatype.oss</groupId>
        <artifactId>oss-parent</artifactId>
        <version>7</version>
    </parent>

    <groupId>com.chaschev</groupId>
    <artifactId>chutils</artifactId>
    <version>1.4</version>

    <scm>
        <connection>scm:git:git@github.com:chaschev/chutils.git</connection>
        <developerConnection>scm:git:git@github.com:chaschev/chutils.git</developerConnection>
        <url>git@github.com:chaschev/chutils.git</url>
    </scm>

    <developers>
        <developer>
            <id>chaschev</id>
            <email>chaschev@gmail.com</email>
            <name>Andrey Chaschev</name>
        </developer>
    </developers>

    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <dependencies>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.7.5</version>
        </dependency>
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
            <version>15.0</version>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
            <version>2.3.0</version>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>com.google.code.gson</groupId>
            <artifactId>gson</artifactId>
            <version>2.2.4</version>
            <optional>true</optional>
        </dependency>

        <dependency>
            <groupId>com.google.code.findbugs</groupId>
            <artifactId>jsr305</artifactId>
            <version>2.0.1</version>
        </dependency>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
            <version>2.4</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.11</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.easytesting</groupId>
            <artifactId>fest-assert-core</artifactId>
            <version>2.0M10</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>net.sf.jopt-simple</groupId>
            <artifactId>jopt-simple</artifactId>
            <version>4.5</version>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>com.esotericsoftware.kryo</groupId>
            <artifactId>kryo</artifactId>
            <version>2.22</version>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-all</artifactId>
            <version>1.9.5</version>
        </dependency>

    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.chaschev</groupId>
   <artifactId>chutils</artifactId>
   <version>1.4</version>
</dependency>

Download

If you think the following chutils-1.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download chutils-1.4.jar file




PreviousNext

Related