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