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