You can download simple-transport-6.0.1.jar in this page.
The Apache Software License, Version 2.0
simple-transport-6.0.1.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.simpleframework/simple-transport/pom.properties META-INF/maven/org.simpleframework/simple-transport/pom.xml org.simpleframework.transport.ByteCursor.class org.simpleframework.transport.ByteReader.class org.simpleframework.transport.ByteWriter.class org.simpleframework.transport.Certificate.class org.simpleframework.transport.CertificateChallenge.class org.simpleframework.transport.Channel.class org.simpleframework.transport.FlushScheduler.class org.simpleframework.transport.FlushSignaller.class org.simpleframework.transport.Handshake.class org.simpleframework.transport.Negotiation.class org.simpleframework.transport.NegotiationState.class org.simpleframework.transport.OperationFactory.class org.simpleframework.transport.Phase.class org.simpleframework.transport.PhaseType.class org.simpleframework.transport.SecureTransport.class org.simpleframework.transport.ServerCleaner.class org.simpleframework.transport.Socket.class org.simpleframework.transport.SocketBuffer.class org.simpleframework.transport.SocketBufferAppender.class org.simpleframework.transport.SocketBufferWriter.class org.simpleframework.transport.SocketFlusher.class org.simpleframework.transport.SocketProcessor.class org.simpleframework.transport.SocketTransport.class org.simpleframework.transport.SocketWrapper.class org.simpleframework.transport.Transport.class org.simpleframework.transport.TransportChannel.class org.simpleframework.transport.TransportCursor.class org.simpleframework.transport.TransportDispatcher.class org.simpleframework.transport.TransportEvent.class org.simpleframework.transport.TransportException.class org.simpleframework.transport.TransportProcessor.class org.simpleframework.transport.TransportReader.class org.simpleframework.transport.TransportSocketProcessor.class org.simpleframework.transport.TransportWriter.class org.simpleframework.transport.connect.Connection.class org.simpleframework.transport.connect.ConnectionEvent.class org.simpleframework.transport.connect.ConnectionException.class org.simpleframework.transport.connect.SocketAcceptor.class org.simpleframework.transport.connect.SocketAnalyzer.class org.simpleframework.transport.connect.SocketConnection.class org.simpleframework.transport.connect.SocketListener.class org.simpleframework.transport.connect.SocketListenerManager.class org.simpleframework.transport.connect.SocketTrace.class org.simpleframework.transport.reactor.Action.class org.simpleframework.transport.reactor.ActionDistributor.class org.simpleframework.transport.reactor.ActionSelector.class org.simpleframework.transport.reactor.ActionSet.class org.simpleframework.transport.reactor.CancelAction.class org.simpleframework.transport.reactor.ExecuteAction.class org.simpleframework.transport.reactor.ExecutorReactor.class org.simpleframework.transport.reactor.Latch.class org.simpleframework.transport.reactor.Operation.class org.simpleframework.transport.reactor.OperationDistributor.class org.simpleframework.transport.reactor.PartitionDistributor.class org.simpleframework.transport.reactor.Reactor.class org.simpleframework.transport.reactor.ReactorEvent.class org.simpleframework.transport.reactor.SynchronousReactor.class org.simpleframework.transport.trace.Trace.class org.simpleframework.transport.trace.TraceAnalyzer.class
simple-transport-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-transport</artifactId> <packaging>jar</packaging> <version>6.0.1</version> <name>Simple Transport</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-transport-6.0.1</url> <developerConnection>scm:svn:https://simpleweb.svn.sourceforge.net/svnroot/simpleweb.tags/simple-transport-6.0.1</developerConnection> <connection>scm:svn:https://simpleweb.svn.sourceforge.net/svnroot/simpleweb.tags/simple-transport-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>org.simpleframework</groupId> <artifactId>simple-common</artifactId> <version>6.0.1</version> </dependency> <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>
<dependency> <groupId>org.simpleframework</groupId> <artifactId>simple-transport</artifactId> <version>6.0.1</version> </dependency>
If you think the following simple-transport-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-transport-6.0.1.jar file