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