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

com.speedment.fika:fika 1.0.1

Fika is a Swedish word that means "Coffee with something to it", and that is exactly what this project is about - general purpose modules for various Java projects.

Категории

Категории

Speedment Данные Базы данных
Группа

Группа

com.speedment.fika
Идентификатор

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

fika
Версия

Версия

1.0.1
Тип

Тип

pom

Скачать fika 1.0.1

Имя Файла Размер
fika-1.0.1.pom 9 KB
Обзор

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