is not current version
Last Version 5.5.13

org.springframework.integration:spring-integration-groovy 4.3.12.RELEASE

Spring Integration Groovy Support

Categories

Categories

Groovy Languages
GroupId

GroupId

org.springframework.integration
ArtifactId

ArtifactId

spring-integration-groovy
Version

Version

4.3.12.RELEASE
Type

Type

jar

Download spring-integration-groovy 4.3.12.RELEASE


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