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