| License |
License |
|---|---|
| GroupId | GroupIdcom.thirdpartylabs |
| ArtifactId | ArtifactIdservicebus |
| Version | Version0.0.3 |
| Type | Typejar |
| Description |
Descriptioncom.thirdpartylabs:servicebus
ServiceBus is a Java library that enables the communication between components via events, commands,
and request-response.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| servicebus-0.0.3.pom | |
| servicebus-0.0.3.jar | 22 KB |
| servicebus-0.0.3-sources.jar | 24 KB |
| servicebus-0.0.3-javadoc.jar | 871 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.thirdpartylabs/servicebus/ -->
<dependency>
<groupId>com.thirdpartylabs</groupId>
<artifactId>servicebus</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.thirdpartylabs/servicebus/
implementation 'com.thirdpartylabs:servicebus:0.0.3'
// https://jarcasting.com/artifacts/com.thirdpartylabs/servicebus/
implementation ("com.thirdpartylabs:servicebus:0.0.3")
'com.thirdpartylabs:servicebus:jar:0.0.3'
<dependency org="com.thirdpartylabs" name="servicebus" rev="0.0.3">
<artifact name="servicebus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thirdpartylabs', module='servicebus', version='0.0.3')
)
libraryDependencies += "com.thirdpartylabs" % "servicebus" % "0.0.3"
[com.thirdpartylabs/servicebus "0.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.moditect : moditect-maven-plugin | maven-plugin | 1.0.0.RC1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | RELEASE |