| Категории |
КатегорииORM Данные Serialization Data Formats |
|---|---|
| Группа | Группаcom.cedarsoft.serialization.test |
| Идентификатор | Идентификаторperformance |
| Версия | Версия8.7.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| performance-8.7.0.pom | |
| performance-8.7.0.jar | 9 KB |
| performance-8.7.0-tests.jar | 57 KB |
| performance-8.7.0-sources.jar | 10 KB |
| performance-8.7.0-javadoc.jar | 33 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.serialization.test/performance/ -->
<dependency>
<groupId>com.cedarsoft.serialization.test</groupId>
<artifactId>performance</artifactId>
<version>8.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.serialization.test/performance/
implementation 'com.cedarsoft.serialization.test:performance:8.7.0'
// https://jarcasting.com/artifacts/com.cedarsoft.serialization.test/performance/
implementation ("com.cedarsoft.serialization.test:performance:8.7.0")
'com.cedarsoft.serialization.test:performance:jar:8.7.0'
<dependency org="com.cedarsoft.serialization.test" name="performance" rev="8.7.0">
<artifact name="performance" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.serialization.test', module='performance', version='8.7.0')
)
libraryDependencies += "com.cedarsoft.serialization.test" % "performance" % "8.7.0"
[com.cedarsoft.serialization.test/performance "8.7.0"]