Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.minbox.framework |
ArtifactId | ArtifactIdapi-boot-starter-message-pipe-client |
Version | Version2.3.3.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.minbox.framework/api-boot-starter-message-pipe-client/ -->
<dependency>
<groupId>org.minbox.framework</groupId>
<artifactId>api-boot-starter-message-pipe-client</artifactId>
<version>2.3.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.minbox.framework/api-boot-starter-message-pipe-client/
implementation 'org.minbox.framework:api-boot-starter-message-pipe-client:2.3.3.RELEASE'
// https://jarcasting.com/artifacts/org.minbox.framework/api-boot-starter-message-pipe-client/
implementation ("org.minbox.framework:api-boot-starter-message-pipe-client:2.3.3.RELEASE")
'org.minbox.framework:api-boot-starter-message-pipe-client:jar:2.3.3.RELEASE'
<dependency org="org.minbox.framework" name="api-boot-starter-message-pipe-client" rev="2.3.3.RELEASE">
<artifact name="api-boot-starter-message-pipe-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.minbox.framework', module='api-boot-starter-message-pipe-client', version='2.3.3.RELEASE')
)
libraryDependencies += "org.minbox.framework" % "api-boot-starter-message-pipe-client" % "2.3.3.RELEASE"
[org.minbox.framework/api-boot-starter-message-pipe-client "2.3.3.RELEASE"]