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