Download msg-simple-1.1.jar file

Introduction

You can download msg-simple-1.1.jar in this page.

License

Lesser General Public License, version 3 or greater

Type List

msg-simple-1.1.jar file has the following types.

META-INF/ASL-2.0.txt
META-INF/LGPL-3.0.txt
META-INF/LICENSE
META-INF/MANIFEST.MF
com.github.fge.msgsimple.InternalBundle.class
com.github.fge.msgsimple.bundle.MessageBundle.class
com.github.fge.msgsimple.bundle.MessageBundleBuilder.class
com.github.fge.msgsimple.bundle.PropertiesBundle.class
com.github.fge.msgsimple.load.MessageBundleLoader.class
com.github.fge.msgsimple.load.MessageBundles.class
com.github.fge.msgsimple.locale.LocaleUtils.class
com.github.fge.msgsimple.provider.LoadingMessageSourceProvider.class
com.github.fge.msgsimple.provider.MessageSourceLoader.class
com.github.fge.msgsimple.provider.MessageSourceProvider.class
com.github.fge.msgsimple.provider.StaticMessageSourceProvider.class
com.github.fge.msgsimple.source.MapMessageSource.class
com.github.fge.msgsimple.source.MessageSource.class
com.github.fge.msgsimple.source.PropertiesMessageSource.class

Pom

msg-simple-1.1.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.github.fge</groupId>
  <artifactId>msg-simple</artifactId>
  <version>1.1</version>
  <name>null</name>
  <description>null</description>
  <url>https://github.com/fge/msg-simple</url>
  <licenses>
    <license>
      <name>Lesser General Public License, version 3 or greater</name>
      <url>http://www.gnu.org/licenses/lgpl.html</url>
      <distribution>repo</distribution>
    </license>
    <license>
      <name>Apache Software License, version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>fge</id>
      <name>Francis Galiegue</name>
      <email>fgaliegue@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>git@github.com:fge/msg-simple</connection>
    <developerConnection>https://github.com/fge/msg-simple.git</developerConnection>
    <url>git@github.com:fge/msg-simple</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>1.9.5</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.github.fge</groupId>
      <artifactId>btf</artifactId>
      <version>1.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.testng</groupId>
      <artifactId>testng</artifactId>
      <version>6.8.7</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>snakeyaml</artifactId>
          <groupId>org.yaml</groupId>
        </exclusion>
        <exclusion>
          <artifactId>bsh</artifactId>
          <groupId>org.beanshell</groupId>
        </exclusion>
        <exclusion>
          <artifactId>junit</artifactId>
          <groupId>junit</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>2.0.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.github.fge</groupId>
   <artifactId>msg-simple</artifactId>
   <version>1.1</version>
</dependency>

Download

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



Download msg-simple-1.1.jar file




PreviousNext

Related