组织ID: |
org.simpleframework |
项目ID: |
simple |
版本: |
5.0.5 |
最后修改时间: |
2019-10-24 01:02:01 |
包类型: |
jar |
标题: |
Simple XML |
描述: |
Simple is a high performance asynchronous HTTP framework for Java |
相关URL: |
http://www.simpleframework.org |
大小: |
229.95KB |
|
Maven引入代码: |
<dependency>
<groupId>org.simpleframework</groupId>
<artifactId>simple</artifactId>
<version>5.0.5</version>
</dependency>
|
Gradle引入代码: |
org.simpleframework:simple:5.0.5
|
下载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">
<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</artifactId>
<packaging>jar</packaging>
<version>5.0.5</version>
<name>Simple XML</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-5.0.5</url>
<developerConnection>scm:svn:https://simpleweb.svn.sourceforge.net/svnroot/simpleweb.tags/simple-5.0.5</developerConnection>
<connection>scm:svn:https://simpleweb.svn.sourceforge.net/svnroot/simpleweb.tags/simple-5.0.5</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>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.simpleframework.http.Address.class
org.simpleframework.http.ContentDisposition.class
org.simpleframework.http.ContentType.class
org.simpleframework.http.Cookie.class
org.simpleframework.http.core.ChunkedProducer.class
org.simpleframework.http.core.CloseProducer.class
org.simpleframework.http.core.Collector.class
org.simpleframework.http.core.Container.class
org.simpleframework.http.core.ContainerEvent.class
org.simpleframework.http.core.ContainerProcessor.class
org.simpleframework.http.core.ContainerSelector.class
org.simpleframework.http.core.ContainerServer.class
org.simpleframework.http.core.Conversation.class
org.simpleframework.http.core.Dispatcher.class
org.simpleframework.http.core.EmptyProducer.class
org.simpleframework.http.core.FixedProducer.class
org.simpleframework.http.core.FlushMonitor.class
org.simpleframework.http.core.Initiator.class
org.simpleframework.http.core.Monitor.class
org.simpleframework.http.core.Producer.class
org.simpleframework.http.core.ProducerException.class
org.simpleframework.http.core.ProducerFactory.class
org.simpleframework.http.core.QueryBuilder.class
org.simpleframework.http.core.QueryCombiner.class
org.simpleframework.http.core.Reader.class
org.simpleframework.http.core.RequestEntity.class
org.simpleframework.http.core.RequestMessage.class
org.simpleframework.http.core.ResponseBuffer.class
org.simpleframework.http.core.ResponseEntity.class
org.simpleframework.http.core.ResponseMessage.class
org.simpleframework.http.core.Selector.class
org.simpleframework.http.core.Timer.class
org.simpleframework.http.core.Transfer.class
org.simpleframework.http.core.TransferException.class
org.simpleframework.http.message.ArrayConsumer.class
org.simpleframework.http.message.Body.class
org.simpleframework.http.message.BodyConsumer.class
org.simpleframework.http.message.BoundaryConsumer.class
org.simpleframework.http.message.BufferBody.class
org.simpleframework.http.message.BufferPart.class
org.simpleframework.http.message.ChunkedConsumer.class
org.simpleframework.http.message.Consumer.class
org.simpleframework.http.message.ConsumerFactory.class
org.simpleframework.http.message.ContentConsumer.class
org.simpleframework.http.message.EmptyConsumer.class
org.simpleframework.http.message.EmptyInputStream.class
org.simpleframework.http.message.Entity.class
org.simpleframework.http.message.EntityConsumer.class
org.simpleframework.http.message.Expectation.class
org.simpleframework.http.message.FixedConsumer.class
org.simpleframework.http.message.Header.class
org.simpleframework.http.message.HeaderConsumer.class
org.simpleframework.http.message.Message.class
org.simpleframework.http.message.MessageHeader$Series.class
org.simpleframework.http.message.MessageHeader.class
org.simpleframework.http.message.PartBodyConsumer.class
org.simpleframework.http.message.PartConsumer.class
org.simpleframework.http.message.PartData.class
org.simpleframework.http.message.PartEntryConsumer.class
org.simpleframework.http.message.PartEntryFactory.class
org.simpleframework.http.message.PartFactory.class
org.simpleframework.http.message.PartHeaderConsumer.class
org.simpleframework.http.message.PartSeries.class
org.simpleframework.http.message.PartSeriesConsumer.class
org.simpleframework.http.message.RequestConsumer$1.class
org.simpleframework.http.message.RequestConsumer$ByteSequence$Section.class
org.simpleframework.http.message.RequestConsumer$ByteSequence.class
org.simpleframework.http.message.RequestConsumer$Token.class
org.simpleframework.http.message.RequestConsumer.class
org.simpleframework.http.message.Segment.class
org.simpleframework.http.message.SegmentConsumer$Token.class
org.simpleframework.http.message.SegmentConsumer.class
org.simpleframework.http.message.TokenConsumer.class
org.simpleframework.http.message.UpdateConsumer.class
org.simpleframework.http.Method.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.ContentDispositionParser.class
org.simpleframework.http.parse.ContentTypeParser.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.Protocol.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.Response.class
org.simpleframework.http.ResponseHeader.class
org.simpleframework.http.ResponseWrapper.class
org.simpleframework.http.Status.class
org.simpleframework.http.StatusLine.class
org.simpleframework.transport.Appender.class
org.simpleframework.transport.Channel.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.SocketAgent.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.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$Committer.class
org.simpleframework.transport.Handshake$Consumer.class
org.simpleframework.transport.Handshake$Producer.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.Sender.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.SocketWrapper.class
org.simpleframework.transport.SocketWriter.class
org.simpleframework.transport.Source.class
org.simpleframework.transport.Status.class
org.simpleframework.transport.Task.class
org.simpleframework.transport.TerminateException.class
org.simpleframework.transport.Terminator.class
org.simpleframework.transport.trace.Agent.class
org.simpleframework.transport.trace.Trace.class
org.simpleframework.transport.Transport.class
org.simpleframework.transport.TransportChannel.class
org.simpleframework.transport.TransportCursor.class
org.simpleframework.transport.TransportEvent.class
org.simpleframework.transport.TransportException.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
|