| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииORM Данные |
| Группа | Группаorg.multiverse |
| Идентификатор | Идентификаторmultiverse-performance-tool |
| Последняя версия | Последняя версия0.6.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеMultiverse Performace Tool
Multiverse is a Software Transactional Memory implementation that can be used in Java
but also in other languages running on the JVM like Scala or Groovy. Essentially it is a framework that allows
different STM implementation (with different featuresets or performance characteristics) to be used
under the hood. The main STM implementation is multiverse-alpha..
|
| Организация-разработчик |
Организация-разработчикMultiverse |
| Имя Файла | Размер |
|---|---|
| multiverse-performance-tool-0.6.2.pom | |
| multiverse-performance-tool-0.6.2.jar | 12 KB |
| multiverse-performance-tool-0.6.2-sources.jar | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.multiverse/multiverse-performance-tool/ -->
<dependency>
<groupId>org.multiverse</groupId>
<artifactId>multiverse-performance-tool</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.multiverse/multiverse-performance-tool/
implementation 'org.multiverse:multiverse-performance-tool:0.6.2'
// https://jarcasting.com/artifacts/org.multiverse/multiverse-performance-tool/
implementation ("org.multiverse:multiverse-performance-tool:0.6.2")
'org.multiverse:multiverse-performance-tool:jar:0.6.2'
<dependency org="org.multiverse" name="multiverse-performance-tool" rev="0.6.2">
<artifact name="multiverse-performance-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.multiverse', module='multiverse-performance-tool', version='0.6.2')
)
libraryDependencies += "org.multiverse" % "multiverse-performance-tool" % "0.6.2"
[org.multiverse/multiverse-performance-tool "0.6.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| args4j : args4j | jar | 2.0.16 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.1 |
| org.mockito : mockito-all | jar | 1.8.2 |