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