组织ID: |
org.simpleframework |
项目ID: |
simple |
版本: |
4.1.19 |
最后修改时间: |
2019-10-23 21:42:09 |
包类型: |
jar |
标题: |
Simple |
描述: |
Simple is a high performance asynchronous HTTP server for Java |
相关URL: |
http://www.simpleframework.org |
大小: |
236.96KB |
|
Maven引入代码: |
<dependency>
<groupId>org.simpleframework</groupId>
<artifactId>simple</artifactId>
<version>4.1.19</version>
</dependency>
|
Gradle引入代码: |
org.simpleframework:simple:4.1.19
|
下载Jar包: |
|
POM文件内容: |
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.simpleframework</groupId>
<artifactId>simple</artifactId>
<packaging>jar</packaging>
<version>4.1.19</version>
<name>Simple</name>
<url>http://www.simpleframework.org</url>
<description>Simple is a high performance asynchronous HTTP server 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/trunk</url>
<connection>https://simpleweb.svn.sourceforge.net/svnroot/simpleweb/trunk</connection>
</scm>
<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>
<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>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
</build>
<distributionManagement>
<repository>
<id>sourceforge</id>
<name>Source Forge Repository</name>
<url>scp://web.sourceforge.net/home/groups/s/si/simpleweb/htdocs/maven</url>
</repository>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.simpleframework.http.Address.class
org.simpleframework.http.ContentType.class
org.simpleframework.http.Cookie.class
org.simpleframework.http.core.Accumulator.class
org.simpleframework.http.core.ArrayConsumer.class
org.simpleframework.http.core.Body.class
org.simpleframework.http.core.BodyConsumer.class
org.simpleframework.http.core.BoundaryConsumer.class
org.simpleframework.http.core.BufferConsumer.class
org.simpleframework.http.core.Builder.class
org.simpleframework.http.core.BuilderConsumer.class
org.simpleframework.http.core.Channel.class
org.simpleframework.http.core.ChunkedConsumer.class
org.simpleframework.http.core.ChunkedProducer.class
org.simpleframework.http.core.CloseProducer.class
org.simpleframework.http.core.Collector.class
org.simpleframework.http.core.Consumer.class
org.simpleframework.http.core.ConsumerFactory.class
org.simpleframework.http.core.Container.class
org.simpleframework.http.core.ContainerProcessor.class
org.simpleframework.http.core.ContainerSelector.class
org.simpleframework.http.core.ContainerServer.class
org.simpleframework.http.core.ContentConsumer.class
org.simpleframework.http.core.Conversation.class
org.simpleframework.http.core.CookieTracker.class
org.simpleframework.http.core.Dispatcher.class
org.simpleframework.http.core.Disposition.class
org.simpleframework.http.core.DispositionParser.class
org.simpleframework.http.core.EmptyConsumer.class
org.simpleframework.http.core.EmptyInputStream.class
org.simpleframework.http.core.EmptyProducer.class
org.simpleframework.http.core.Entity.class
org.simpleframework.http.core.EntityCollector.class
org.simpleframework.http.core.Expectation.class
org.simpleframework.http.core.FixedConsumer.class
org.simpleframework.http.core.FixedProducer.class
org.simpleframework.http.core.FlushMonitor.class
org.simpleframework.http.core.FormCreator.class
org.simpleframework.http.core.Header.class
org.simpleframework.http.core.HeaderConsumer.class
org.simpleframework.http.core.Initiator.class
org.simpleframework.http.core.Message$Entry.class
org.simpleframework.http.core.Message.class
org.simpleframework.http.core.Monitor.class
org.simpleframework.http.core.PartBodyConsumer.class
org.simpleframework.http.core.PartConsumer.class
org.simpleframework.http.core.PartEntryConsumer.class
org.simpleframework.http.core.PartEntryFactory.class
org.simpleframework.http.core.PartFactory.class
org.simpleframework.http.core.PartForm.class
org.simpleframework.http.core.PartHeaderConsumer.class
org.simpleframework.http.core.PartList.class
org.simpleframework.http.core.PartListConsumer.class
org.simpleframework.http.core.Policy.class
org.simpleframework.http.core.Producer.class
org.simpleframework.http.core.ProducerException.class
org.simpleframework.http.core.ProducerFactory.class
org.simpleframework.http.core.QueryForm.class
org.simpleframework.http.core.Reader.class
org.simpleframework.http.core.RequestConsumer$Token.class
org.simpleframework.http.core.RequestConsumer.class
org.simpleframework.http.core.RequestEntity.class
org.simpleframework.http.core.RequestMessage.class
org.simpleframework.http.core.ResponseEntity.class
org.simpleframework.http.core.ResponseMessage.class
org.simpleframework.http.core.SecurePolicy.class
org.simpleframework.http.core.Segment.class
org.simpleframework.http.core.SegmentConsumer$Token.class
org.simpleframework.http.core.SegmentConsumer.class
org.simpleframework.http.core.Selector.class
org.simpleframework.http.core.Sender.class
org.simpleframework.http.core.TokenConsumer.class
org.simpleframework.http.core.Tracker.class
org.simpleframework.http.core.TrackerBuilder.class
org.simpleframework.http.core.Transfer.class
org.simpleframework.http.core.TransferException.class
org.simpleframework.http.core.TransportChannel.class
org.simpleframework.http.core.TransportSender.class
org.simpleframework.http.core.UpdateConsumer.class
org.simpleframework.http.Form.class
org.simpleframework.http.parse.AddressParser$1.class
org.simpleframework.http.parse.AddressParser$ParameterMap.class
org.simpleframework.http.parse.AddressParser$Token.class
org.simpleframework.http.parse.AddressParser.class
org.simpleframework.http.parse.ContentParser.class
org.simpleframework.http.parse.CookieParser$1.class
org.simpleframework.http.parse.CookieParser$Sequence.class
org.simpleframework.http.parse.CookieParser$Token.class
org.simpleframework.http.parse.CookieParser.class
org.simpleframework.http.parse.DateParser.class
org.simpleframework.http.parse.LanguageParser.class
org.simpleframework.http.parse.ListParser$Entry.class
org.simpleframework.http.parse.ListParser.class
org.simpleframework.http.parse.PathParser$1.class
org.simpleframework.http.parse.PathParser$Token.class
org.simpleframework.http.parse.PathParser$TokenList.class
org.simpleframework.http.parse.PathParser.class
org.simpleframework.http.parse.PrincipalParser.class
org.simpleframework.http.parse.QueryParser$1.class
org.simpleframework.http.parse.QueryParser$Token.class
org.simpleframework.http.parse.QueryParser.class
org.simpleframework.http.parse.ValueParser.class
org.simpleframework.http.Part.class
org.simpleframework.http.Path.class
org.simpleframework.http.Principal.class
org.simpleframework.http.Query.class
org.simpleframework.http.Request.class
org.simpleframework.http.RequestHeader.class
org.simpleframework.http.RequestLine.class
org.simpleframework.http.RequestWrapper.class
org.simpleframework.http.resource.Context.class
org.simpleframework.http.resource.FileContext.class
org.simpleframework.http.resource.FileIndex.class
org.simpleframework.http.resource.FileIndexer$Cache.class
org.simpleframework.http.resource.FileIndexer.class
org/simpleframework/http/resource/FileIndexer.properties
org.simpleframework.http.resource.Index.class
org.simpleframework.http.resource.Indexer.class
org.simpleframework.http.resource.Resource.class
org.simpleframework.http.resource.ResourceContainer.class
org.simpleframework.http.resource.ResourceEngine.class
org.simpleframework.http.Response.class
org.simpleframework.http.ResponseHeader.class
org.simpleframework.http.ResponseWrapper.class
org.simpleframework.http.session.Composer.class
org.simpleframework.http.session.Controller.class
org.simpleframework.http.session.LeaseSession.class
org.simpleframework.http.session.Maintainer.class
org.simpleframework.http.session.Observer.class
org.simpleframework.http.session.Session.class
org.simpleframework.http.session.SessionException.class
org.simpleframework.http.session.SessionManager.class
org.simpleframework.http.session.SessionProvider.class
org.simpleframework.http.Status.class
org.simpleframework.http.StatusLine.class
org.simpleframework.transport.Appender.class
org.simpleframework.transport.connect.Acceptor.class
org.simpleframework.transport.connect.Connection.class
org.simpleframework.transport.connect.ConnectionException.class
org.simpleframework.transport.connect.Listener.class
org.simpleframework.transport.connect.ListenerManager.class
org.simpleframework.transport.connect.SocketConnection.class
org.simpleframework.transport.connect.Subscription.class
org.simpleframework.transport.Controller.class
org.simpleframework.transport.Cursor.class
org.simpleframework.transport.Dispatcher.class
org.simpleframework.transport.Flusher.class
org.simpleframework.transport.Handshake$1.class
org.simpleframework.transport.Handshake$Client.class
org.simpleframework.transport.Handshake$Done.class
org.simpleframework.transport.Handshake$Server.class
org.simpleframework.transport.Handshake.class
org.simpleframework.transport.Negotiation.class
org.simpleframework.transport.NegotiationException.class
org.simpleframework.transport.Negotiator.class
org.simpleframework.transport.Notifier.class
org.simpleframework.transport.OperationFactory.class
org.simpleframework.transport.Packet.class
org.simpleframework.transport.PacketAllocator.class
org.simpleframework.transport.PacketBuilder.class
org.simpleframework.transport.PacketException.class
org.simpleframework.transport.PacketManager$Queue.class
org.simpleframework.transport.PacketManager.class
org.simpleframework.transport.Processor.class
org.simpleframework.transport.ProcessorServer.class
org.simpleframework.transport.reactor.Action.class
org.simpleframework.transport.reactor.ActionDistributor$ChannelMap.class
org.simpleframework.transport.reactor.ActionDistributor.class
org.simpleframework.transport.reactor.ActionQueue.class
org.simpleframework.transport.reactor.CancelAction.class
org.simpleframework.transport.reactor.DirectReactor.class
org.simpleframework.transport.reactor.Distributor.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.PartitionDistributor.class
org.simpleframework.transport.reactor.Reactor.class
org.simpleframework.transport.Recycler.class
org.simpleframework.transport.Scheduler.class
org.simpleframework.transport.SecureNegotiator.class
org.simpleframework.transport.SecureTransport$1.class
org.simpleframework.transport.SecureTransport.class
org.simpleframework.transport.Segment.class
org.simpleframework.transport.SegmentBuilder$Queue.class
org.simpleframework.transport.SegmentBuilder.class
org.simpleframework.transport.Server.class
org.simpleframework.transport.Socket.class
org.simpleframework.transport.SocketController.class
org.simpleframework.transport.SocketFlusher$Signaller.class
org.simpleframework.transport.SocketFlusher.class
org.simpleframework.transport.SocketTransport.class
org.simpleframework.transport.SocketWriter.class
org.simpleframework.transport.Source.class
org.simpleframework.transport.Status.class
org.simpleframework.transport.StopTrigger.class
org.simpleframework.transport.Task.class
org.simpleframework.transport.Transport.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
|