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