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