Download strman-0.2.0.jar file

Introduction

You can download strman-0.2.0.jar in this page.

License

MIT

Type List

strman-0.2.0.jar file has the following types.

META-INF/MANIFEST.MF
strman.Ascii.class
strman.HtmlEntities.class
strman.Strman.class

Pom

strman-0.2.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.shekhargulati</groupId>
  <artifactId>strman</artifactId>
  <version>0.2.0</version>
  <name>strman</name>
  <description>A Java 8 library for working with String</description>
  <url>https://github.com/shekhargulati/strman-java</url>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>shekhargulati</id>
      <name>Shekhar Gulati</name>
      <email>shekhargulati84@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/shekhargulati/strman-java.git</connection>
    <developerConnection>https://github.com/shekhargulati/strman-java.git</developerConnection>
    <url>https://github.com/shekhargulati/strman-java.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-all</artifactId>
      <version>1.3</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.shekhargulati</groupId>
   <artifactId>strman</artifactId>
   <version>0.2.0</version>
</dependency>

Download

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



Download strman-0.2.0.jar file




PreviousNext

Related