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