io.github.portlek:tomlgration

Parent pom project that allows you to publish your libraries easily.

Лицензия

Лицензия

Группа

Группа

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

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

tomlgration
Последняя версия

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

1.0.6
Дата

Дата

Тип

Тип

jar
Описание

Описание

Parent pom project that allows you to publish your libraries easily.

Скачать tomlgration

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.github.Carleslc.Simple-YAML » Simple-Configuration jar 1.7.2
com.moandjiezana.toml : toml4j jar 0.7.2

provided (2)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.16
org.jetbrains : annotations jar 20.1.0

test (5)

Идентификатор библиотеки Тип Версия
org.cactoos : cactoos jar 0.48
org.llorllale : cactoos-matchers jar 0.22
org.mockito : mockito-core jar 3.7.0
org.mockito : mockito-inline jar 3.6.28
org.junit.jupiter : junit-jupiter jar 5.7.0

Модули Проекта

Данный проект не имеет модулей.

idea

master Maven Central

How to Use

Implementing a parent pom

<parent>
  <groupId>io.github.portlek</groupId>
  <artifactId>ppom</artifactId>
  <version>${version}</version>
</parent>

Версии библиотеки

Версия
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0