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