jackson-repackaged

Parent pom for Kafka Connect projects.

Лицензия

Лицензия

Категории

Категории

Jackson Данные JSON
Группа

Группа

com.github.jcustenborder.kafka.connect
Идентификатор

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

jackson-repackaged
Последняя версия

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

2.8.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

jackson-repackaged
Parent pom for Kafka Connect projects.
Ссылка на сайт

Ссылка на сайт

https://github.com/jcustenborder/kafka-connect-parent
Система контроля версий

Система контроля версий

https://github.com/jcustenborder/kafka-connect-parent

Скачать jackson-repackaged

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

<!-- https://jarcasting.com/artifacts/com.github.jcustenborder.kafka.connect/jackson-repackaged/ -->
<dependency>
    <groupId>com.github.jcustenborder.kafka.connect</groupId>
    <artifactId>jackson-repackaged</artifactId>
    <version>2.8.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jcustenborder.kafka.connect/jackson-repackaged/
implementation 'com.github.jcustenborder.kafka.connect:jackson-repackaged:2.8.5'
// https://jarcasting.com/artifacts/com.github.jcustenborder.kafka.connect/jackson-repackaged/
implementation ("com.github.jcustenborder.kafka.connect:jackson-repackaged:2.8.5")
'com.github.jcustenborder.kafka.connect:jackson-repackaged:jar:2.8.5'
<dependency org="com.github.jcustenborder.kafka.connect" name="jackson-repackaged" rev="2.8.5">
  <artifact name="jackson-repackaged" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jcustenborder.kafka.connect', module='jackson-repackaged', version='2.8.5')
)
libraryDependencies += "com.github.jcustenborder.kafka.connect" % "jackson-repackaged" % "2.8.5"
[com.github.jcustenborder.kafka.connect/jackson-repackaged "2.8.5"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

Introduction

This project provides a parent pom for Kafka Connect projects.

Support for integration testing

Place your integration testing code in src/integration-test/java and your integration testing resources in src/integration-test/resources The integration-test will include these source items and enable the Maven Failsafe Plugin.

mvn clean compile test-compile integration-test failsafe:verify -P integration-test

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

Версия
2.8.5