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