| Группа | Группаorg.hisp |
|---|---|
| Идентификатор | Идентификаторstaxwax |
| Версия | Версия1.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| staxwax-1.3.pom | |
| staxwax-1.3.jar | 10 KB |
| staxwax-1.3-sources.jar | 13 KB |
| staxwax-1.3-javadoc.jar | 73 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.hisp/staxwax/ -->
<dependency>
<groupId>org.hisp</groupId>
<artifactId>staxwax</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.hisp/staxwax/
implementation 'org.hisp:staxwax:1.3'
// https://jarcasting.com/artifacts/org.hisp/staxwax/
implementation ("org.hisp:staxwax:1.3")
'org.hisp:staxwax:jar:1.3'
<dependency org="org.hisp" name="staxwax" rev="1.3">
<artifact name="staxwax" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hisp', module='staxwax', version='1.3')
)
libraryDependencies += "org.hisp" % "staxwax" % "1.3"
[org.hisp/staxwax "1.3"]