组织ID: |
com.lmax |
项目ID: |
disruptor |
版本: |
3.3.0 |
最后修改时间: |
2018-07-24 06:52:34 |
包类型: |
jar |
标题: |
Disruptor Framework |
描述: |
Disruptor - Concurrent Programming Framework |
相关URL: |
http://lmax-exchange.github.com/disruptor |
大小: |
77.71KB |
|
Maven引入代码: |
<dependency>
<groupId>com.lmax</groupId>
<artifactId>disruptor</artifactId>
<version>3.3.0</version>
</dependency>
|
Gradle引入代码: |
com.lmax:disruptor:3.3.0
|
下载Jar包: |
|
POM文件内容: |
<?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.lmax</groupId>
<artifactId>disruptor</artifactId>
<version>3.3.0</version>
<name>Disruptor Framework</name>
<description>Disruptor - Concurrent Programming Framework</description>
<url>http://lmax-exchange.github.com/disruptor</url>
<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>
<developers>
<developer>
<id>team</id>
<name>LMAX Disruptor Development Team</name>
<email>lmax-disruptor@googlegroups.com</email>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:LMAX-Exchange/disruptor.git</connection>
<url>scm:git@github.com:LMAX-Exchange/disruptor.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock-junit4</artifactId>
<version>2.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock-legacy</artifactId>
<version>2.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.lmax.disruptor.AlertException.class
com.lmax.disruptor.LifecycleAware.class
com.lmax.disruptor.RingBuffer.class
com.lmax.disruptor.PhasedBackoffWaitStrategy.class
com.lmax.disruptor.YieldingWaitStrategy.class
com.lmax.disruptor.LiteBlockingWaitStrategy.class
com.lmax.disruptor.WorkProcessor$1.class
com.lmax.disruptor.EventHandler.class
com.lmax.disruptor.Sequence.class
com.lmax.disruptor.EventFactory.class
com.lmax.disruptor.EventSink.class
com.lmax.disruptor.FatalExceptionHandler.class
com.lmax.disruptor.EventSequencer.class
com.lmax.disruptor.EventReleaseAware.class
com.lmax.disruptor.TimeoutHandler.class
com.lmax.disruptor.EventPoller$PollState.class
com.lmax.disruptor.RingBufferPad.class
com.lmax.disruptor.LhsPadding.class
com.lmax.disruptor.SingleProducerSequencerPad.class
com.lmax.disruptor.NoOpEventProcessor$1.class
com.lmax.disruptor.AggregateEventHandler.class
com.lmax.disruptor.Cursored.class
com.lmax.disruptor.BatchEventProcessor.class
com.lmax.disruptor.DataProvider.class
com.lmax.disruptor.WorkerPool.class
com.lmax.disruptor.TimeoutBlockingWaitStrategy.class
com.lmax.disruptor.EventPoller$Handler.class
com.lmax.disruptor.EventTranslatorThreeArg.class
com.lmax.disruptor.NoOpEventProcessor.class
com.lmax.disruptor.BusySpinWaitStrategy.class
com.lmax.disruptor.InsufficientCapacityException.class
com.lmax.disruptor.WorkProcessor.class
com.lmax.disruptor.RingBufferFields.class
com.lmax.disruptor.SingleProducerSequencer.class
com.lmax.disruptor.NoOpEventProcessor$SequencerFollowingSequence.class
com.lmax.disruptor.Sequenced.class
com.lmax.disruptor.IgnoreExceptionHandler.class
com.lmax.disruptor.WorkHandler.class
com.lmax.disruptor.EventTranslator.class
com.lmax.disruptor.EventTranslatorTwoArg.class
com.lmax.disruptor.RhsPadding.class
com.lmax.disruptor.EventTranslatorOneArg.class
com.lmax.disruptor.FixedSequenceGroup.class
com.lmax.disruptor.TimeoutException.class
com.lmax.disruptor.Sequencer.class
com.lmax.disruptor.MultiProducerSequencer.class
com.lmax.disruptor.ExceptionHandler.class
com.lmax.disruptor.SequenceGroup.class
com.lmax.disruptor.WaitStrategy.class
com.lmax.disruptor.RingBuffer$1.class
com.lmax.disruptor.SingleProducerSequencerFields.class
com.lmax.disruptor.SequenceGroups.class
com.lmax.disruptor.SleepingWaitStrategy.class
com.lmax.disruptor.EventProcessor.class
com.lmax.disruptor.SequenceBarrier.class
com.lmax.disruptor.SequenceReportingEventHandler.class
com.lmax.disruptor.ProcessingSequenceBarrier.class
com.lmax.disruptor.Value.class
com.lmax.disruptor.EventTranslatorVararg.class
com.lmax.disruptor.AbstractSequencer.class
com.lmax.disruptor.EventReleaser.class
com.lmax.disruptor.BlockingWaitStrategy.class
com.lmax.disruptor.EventPoller.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
jmock-junit4-2.5.1.jar
/org.jmock/jmock-junit4/2.5.1
查看jmock-junit4所有版本文件
jmock-legacy-2.5.1.jar
/org.jmock/jmock-legacy/2.5.1
查看jmock-legacy所有版本文件
junit-4.5.jar
/junit/junit/4.5
查看junit所有版本文件
|