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