| License | License | 
|---|---|
| Categories | CategoriesMessaging Application Layer Libs | 
| GroupId | GroupIdcom.github.seanyinx.wing | 
| ArtifactId | ArtifactIdwing-spring-messaging | 
| Last Version | Last Version1.0.6 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionScaffolding of microservice development | 
| Filename | Size | 
|---|---|
| wing-spring-messaging-1.0.6.pom | 686 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing-spring-messaging/ -->
<dependency>
    <groupId>com.github.seanyinx.wing</groupId>
    <artifactId>wing-spring-messaging</artifactId>
    <version>1.0.6</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing-spring-messaging/
implementation 'com.github.seanyinx.wing:wing-spring-messaging:1.0.6'// https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing-spring-messaging/
implementation ("com.github.seanyinx.wing:wing-spring-messaging:1.0.6")'com.github.seanyinx.wing:wing-spring-messaging:pom:1.0.6'<dependency org="com.github.seanyinx.wing" name="wing-spring-messaging" rev="1.0.6">
  <artifact name="wing-spring-messaging" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.seanyinx.wing', module='wing-spring-messaging', version='1.0.6')
)libraryDependencies += "com.github.seanyinx.wing" % "wing-spring-messaging" % "1.0.6"[com.github.seanyinx.wing/wing-spring-messaging "1.0.6"]