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