не последняя версия
Последняя версия 0.5.3

io.github.ololx:cranberry 0.5.2

The cranberry is a java library that allows to write less code - it's automatically plugs into your project build and sweets up your java.

Группа

Группа

io.github.ololx
Идентификатор

Идентификатор

cranberry
Версия

Версия

0.5.2
Тип

Тип

pom

Скачать cranberry 0.5.2

Имя Файла Размер
cranberry-0.5.2.pom 13 KB
Обзор

<!-- https://jarcasting.com/artifacts/io.github.ololx/cranberry/ -->
<dependency>
    <groupId>io.github.ololx</groupId>
    <artifactId>cranberry</artifactId>
    <version>0.5.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.ololx/cranberry/
implementation 'io.github.ololx:cranberry:0.5.2'
// https://jarcasting.com/artifacts/io.github.ololx/cranberry/
implementation ("io.github.ololx:cranberry:0.5.2")
'io.github.ololx:cranberry:pom:0.5.2'
<dependency org="io.github.ololx" name="cranberry" rev="0.5.2">
  <artifact name="cranberry" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.ololx', module='cranberry', version='0.5.2')
)
libraryDependencies += "io.github.ololx" % "cranberry" % "0.5.2"
[io.github.ololx/cranberry "0.5.2"]