GroupId | GroupIdorg.minbox.framework |
---|---|
ArtifactId | ArtifactIdmessage-pipe-spring-context |
Version | Version1.0.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.minbox.framework/message-pipe-spring-context/ -->
<dependency>
<groupId>org.minbox.framework</groupId>
<artifactId>message-pipe-spring-context</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.minbox.framework/message-pipe-spring-context/
implementation 'org.minbox.framework:message-pipe-spring-context:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/org.minbox.framework/message-pipe-spring-context/
implementation ("org.minbox.framework:message-pipe-spring-context:1.0.1.RELEASE")
'org.minbox.framework:message-pipe-spring-context:jar:1.0.1.RELEASE'
<dependency org="org.minbox.framework" name="message-pipe-spring-context" rev="1.0.1.RELEASE">
<artifact name="message-pipe-spring-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.minbox.framework', module='message-pipe-spring-context', version='1.0.1.RELEASE')
)
libraryDependencies += "org.minbox.framework" % "message-pipe-spring-context" % "1.0.1.RELEASE"
[org.minbox.framework/message-pipe-spring-context "1.0.1.RELEASE"]