Spring Integration Kotlin DSL


Лицензия

Лицензия

Категории

Категории

Kotlin Языки программирования
Группа

Группа

org.springframework.integration
Идентификатор

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

spring-integration-kotlin-dsl
Последняя версия

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

0.0.2.RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

Spring Integration Kotlin DSL
Spring Integration Kotlin DSL
Ссылка на сайт

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

https://github.com/spring-projects/spring-integration-extensions
Организация-разработчик

Организация-разработчик

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

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

https://github.com/spring-projects/spring-integration-extensions

Скачать spring-integration-kotlin-dsl

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

<!-- https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-kotlin-dsl/ -->
<dependency>
    <groupId>org.springframework.integration</groupId>
    <artifactId>spring-integration-kotlin-dsl</artifactId>
    <version>0.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-kotlin-dsl/
implementation 'org.springframework.integration:spring-integration-kotlin-dsl:0.0.2.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-kotlin-dsl/
implementation ("org.springframework.integration:spring-integration-kotlin-dsl:0.0.2.RELEASE")
'org.springframework.integration:spring-integration-kotlin-dsl:jar:0.0.2.RELEASE'
<dependency org="org.springframework.integration" name="spring-integration-kotlin-dsl" rev="0.0.2.RELEASE">
  <artifact name="spring-integration-kotlin-dsl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-kotlin-dsl', version='0.0.2.RELEASE')
)
libraryDependencies += "org.springframework.integration" % "spring-integration-kotlin-dsl" % "0.0.2.RELEASE"
[org.springframework.integration/spring-integration-kotlin-dsl "0.0.2.RELEASE"]

Зависимости

runtime (3)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-reflect jar 1.3.50
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.50
org.springframework.integration : spring-integration-core jar 5.2.1.RELEASE

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

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

Spring Integration Extensions

The Spring Integration Extensions project provides extension modules for Spring Integration. This project is part of the SpringSource organization on GitHub.

Available Modules

Samples

Under the samples directory, you will find samples for the various modules. Please refer to the documentation of each sample for further details.

Getting support

Check out the spring-integration tag on Stack Overflow.

These extensions are community-supported projects and, unlike Spring Integation itself, they are not released on a regular schedule. If you have specific requests about an extension, open a GitHub issue for consideration. Contributions are always welcome.

Related GitHub projects

Issue Tracking

Report issues via the Spring Integration Extensions JIRA.

Building from source

Each module of the Spring Integration Extensions project is hosted as independent project with its own release cycle. For the build process of individual modules we recommend using a Gradle-based build system modelled after the Spring Integration project. Also, the Spring Integration Adapter Template for SpringSource Tool Suite (STS) provides a Gradle-based build system. For more information, please see How to Create New Components.

Therefore, the following build instructions should generally apply for most, if not all, Spring Integration Extensions. In the instructions below, ./gradlew is invoked from the root of the source tree and serves as a cross-platform, self-contained bootstrap mechanism for the build. The only prerequisites are Git and JDK 1.6+.

Check out the sources

git clone git://github.com/spring-projects/spring-integration-extensions.git

Go into the directory of a specific module

cd module-name

Compile and test, build all jars

./gradlew build

Install the modules jars into your local Maven cache

./gradlew install

... and discover more commands with ./gradlew tasks. See also the Gradle build and release FAQ.

Import sources into your IDE

Using Eclipse / STS

When using SpringSource Tool Suite you can directly import Gradle based projects:

File -> Import -> Gradle Project

Just make sure that the Gradle Support for STS is installed. Alternatively, you can also generate the Eclipse metadata (.classpath and .project files) using Gradle:

./gradlew eclipse

Once complete, you may then import the projects into Eclipse as usual:

File -> Import -> Existing projects into workspace

Using IntelliJ IDEA

To generate IDEA metadata (.iml and .ipr files), do the following:

./gradlew idea

Contributing

Pull requests are welcome. Please see the contributor guidelines for details. Additionally, if you are contributing, we recommend following the process for Spring Integration as outlined in the administrator guidelines.

Creating Custom Adapters

In order to simplify the process of writing custom components for Spring Integration, we provide a Template project for SpringSource Tool Suite (STS) version 3.0.0 and greater. This template is part of the [Spring Integation Templates][] project. For more information please read How to Create New Components.

Staying in touch

Follow the Spring Integration team members and contributors on Twitter:

License

The Spring Integration Extensions Framework is released under version 2.0 of the Apache License unless noted differently for individual extension Modules, but this should be the rare exception.

We look forward to your contributions!!

org.springframework.integration

Spring

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

Версия
0.0.2.RELEASE
0.0.1.RELEASE