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