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