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