License |
License |
---|---|
Categories |
CategoriesMessaging Application Layer Libs |
GroupId | GroupIdorg.pipservices |
ArtifactId | ArtifactIdpip-services3-messaging |
Version | Version3.0.0 |
Type | Typejar |
Description |
DescriptionPip.Services Messaging
Messaging components for Pip.Services in Java
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.pipservices/pip-services3-messaging/ -->
<dependency>
<groupId>org.pipservices</groupId>
<artifactId>pip-services3-messaging</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.pipservices/pip-services3-messaging/
implementation 'org.pipservices:pip-services3-messaging:3.0.0'
// https://jarcasting.com/artifacts/org.pipservices/pip-services3-messaging/
implementation ("org.pipservices:pip-services3-messaging:3.0.0")
'org.pipservices:pip-services3-messaging:jar:3.0.0'
<dependency org="org.pipservices" name="pip-services3-messaging" rev="3.0.0">
<artifact name="pip-services3-messaging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pipservices', module='pip-services3-messaging', version='3.0.0')
)
libraryDependencies += "org.pipservices" % "pip-services3-messaging" % "3.0.0"
[org.pipservices/pip-services3-messaging "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.pipservices : pip-services3-commons | jar | 3.0.0 |
org.pipservices : pip-services3-components | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |