Download simple-common-6.0.1.jar file

Introduction

You can download simple-common-6.0.1.jar in this page.

License

The Apache Software License, Version 2.0

Type List

simple-common-6.0.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.simpleframework/simple-common/pom.properties
META-INF/maven/org.simpleframework/simple-common/pom.xml
org.simpleframework.common.KeyMap.class
org.simpleframework.common.buffer.Allocator.class
org.simpleframework.common.buffer.ArrayAllocator.class
org.simpleframework.common.buffer.ArrayBuffer.class
org.simpleframework.common.buffer.Buffer.class
org.simpleframework.common.buffer.BufferAllocator.class
org.simpleframework.common.buffer.BufferException.class
org.simpleframework.common.buffer.FileAllocator.class
org.simpleframework.common.buffer.FileBuffer.class
org.simpleframework.common.buffer.FileWatcher.class
org.simpleframework.common.buffer.FilterAllocator.class
org.simpleframework.common.encode.Base64Encoder.class
org.simpleframework.common.encode.Base64InputStream.class
org.simpleframework.common.encode.Base64OutputStream.class
org.simpleframework.common.lease.Cleaner.class
org.simpleframework.common.lease.Contract.class
org.simpleframework.common.lease.ContractController.class
org.simpleframework.common.lease.ContractLease.class
org.simpleframework.common.lease.ContractMaintainer.class
org.simpleframework.common.lease.ContractQueue.class
org.simpleframework.common.lease.Expiration.class
org.simpleframework.common.lease.Lease.class
org.simpleframework.common.lease.LeaseCleaner.class
org.simpleframework.common.lease.LeaseException.class
org.simpleframework.common.lease.LeaseManager.class
org.simpleframework.common.lease.LeaseMap.class
org.simpleframework.common.lease.LeaseProvider.class
org.simpleframework.common.parse.MapParser.class
org.simpleframework.common.parse.ParseBuffer.class
org.simpleframework.common.parse.Parser.class
org.simpleframework.common.thread.ConcurrentExecutor.class
org.simpleframework.common.thread.ConcurrentScheduler.class
org.simpleframework.common.thread.Daemon.class
org.simpleframework.common.thread.DaemonFactory.class
org.simpleframework.common.thread.ExecutorQueue.class
org.simpleframework.common.thread.Scheduler.class
org.simpleframework.common.thread.SchedulerQueue.class
org.simpleframework.common.thread.SynchronousExecutor.class

Pom

simple-common-6.0.1.pom file content.

<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/maven-v4_0_0.xsd">
  <parent>
    <groupId>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>7</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.simpleframework</groupId>
  <artifactId>simple-common</artifactId>
  <packaging>jar</packaging>
  <version>6.0.1</version>
  <name>Simple Common</name>
  <url>http://www.simpleframework.org</url>
  <description>Simple is a high performance asynchronous HTTP framework for Java</description>
  <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>
  <scm>
    <url>http://simpleweb.svn.sourceforge.net/viewvc/simpleweb.tags/simple-common-6.0.1</url>
    <developerConnection>scm:svn:https://simpleweb.svn.sourceforge.net/svnroot/simpleweb.tags/simple-common-6.0.1</developerConnection>
    <connection>scm:svn:https://simpleweb.svn.sourceforge.net/svnroot/simpleweb.tags/simple-common-6.0.1</connection>
  </scm>
  <developers>
    <developer>
      <id>niallg</id>
      <name>Niall Gallagher</name>
      <email>niallg@users.sf.net</email>
    </developer>
  </developers>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
    <file.encoding>UTF-8</file.encoding>
  </properties>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <reporting>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>cobertura-maven-plugin</artifactId>
      </plugin>
    </plugins>
  </reporting>
  <build>
    <extensions>
      <extension>
        <groupId>org.apache.maven.wagon</groupId>
        <artifactId>wagon-ssh-external</artifactId>
        <version>1.0-alpha-5</version>
      </extension>
    </extensions>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.5</source>
          <target>1.5</target>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
        <configuration>
          <encoding>UTF-8</encoding>
          <encoding>UTF-8</encoding>
        </configuration>
        <executions>
          <execution>
            <id>attach-sources</id>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <executions>
          <execution>
            <id>attach-javadocs</id>
            <goals>
            <goal>jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <profiles>
    <profile>
      <id>release-sign-artifacts</id>
      <activation>
        <property>
          <name>performRelease</name>
          <value>true</value>
        </property>
      </activation>
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-gpg-plugin</artifactId>
            <version>1.1</version>
            <executions>
              <execution>
                <id>sign-artifacts</id>
                <phase>verify</phase>
                <goals>
                  <goal>sign</goal>
                </goals>
              </execution>
            </executions>
          </plugin>
        </plugins>
      </build>
    </profile>
  </profiles>
</project>

POM Entry

<dependency>
   <groupId>org.simpleframework</groupId>
   <artifactId>simple-common</artifactId>
   <version>6.0.1</version>
</dependency>

Download

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



Download simple-common-6.0.1.jar file




PreviousNext

Related