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