GroupId | GroupIdorg.springframework.integration |
---|---|
ArtifactId | ArtifactIdspring-integration-bom |
Version | Version5.1.7.RELEASE |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-bom/ -->
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.1.7.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-bom/
implementation 'org.springframework.integration:spring-integration-bom:5.1.7.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-bom/
implementation ("org.springframework.integration:spring-integration-bom:5.1.7.RELEASE")
'org.springframework.integration:spring-integration-bom:pom:5.1.7.RELEASE'
<dependency org="org.springframework.integration" name="spring-integration-bom" rev="5.1.7.RELEASE">
<artifact name="spring-integration-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-bom', version='5.1.7.RELEASE')
)
libraryDependencies += "org.springframework.integration" % "spring-integration-bom" % "5.1.7.RELEASE"
[org.springframework.integration/spring-integration-bom "5.1.7.RELEASE"]