| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.wetheinter |
| Идентификатор | Идентификаторxapi-core-args |
| Версия | Версия0.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| xapi-core-args-0.4.pom | |
| xapi-core-args-0.4.jar | 9 KB |
| xapi-core-args-0.4-tests.jar | 1 KB |
| xapi-core-args-0.4-sources.jar | 6 KB |
| xapi-core-args-0.4-javadoc.jar | 68 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.wetheinter/xapi-core-args/ -->
<dependency>
<groupId>net.wetheinter</groupId>
<artifactId>xapi-core-args</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.wetheinter/xapi-core-args/
implementation 'net.wetheinter:xapi-core-args:0.4'
// https://jarcasting.com/artifacts/net.wetheinter/xapi-core-args/
implementation ("net.wetheinter:xapi-core-args:0.4")
'net.wetheinter:xapi-core-args:jar:0.4'
<dependency org="net.wetheinter" name="xapi-core-args" rev="0.4">
<artifact name="xapi-core-args" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wetheinter', module='xapi-core-args', version='0.4')
)
libraryDependencies += "net.wetheinter" % "xapi-core-args" % "0.4"
[net.wetheinter/xapi-core-args "0.4"]