License |
License |
---|---|
GroupId | GroupIdorg.ow2.petals.dsb |
ArtifactId | ArtifactIdpetals-bus |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionpetals-bus
Distributed Service Bus
|
Project Organization |
Project OrganizationPetalsLink Labs |
Filename | Size |
---|---|
petals-bus-1.0.0.pom | |
petals-bus-1.0.0.jar | 21 KB |
petals-bus-1.0.0-sources.jar | 25 KB |
petals-bus-1.0.0-javadoc.jar | 176 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.petals.dsb/petals-bus/ -->
<dependency>
<groupId>org.ow2.petals.dsb</groupId>
<artifactId>petals-bus</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals.dsb/petals-bus/
implementation 'org.ow2.petals.dsb:petals-bus:1.0.0'
// https://jarcasting.com/artifacts/org.ow2.petals.dsb/petals-bus/
implementation ("org.ow2.petals.dsb:petals-bus:1.0.0")
'org.ow2.petals.dsb:petals-bus:jar:1.0.0'
<dependency org="org.ow2.petals.dsb" name="petals-bus" rev="1.0.0">
<artifact name="petals-bus" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals.dsb', module='petals-bus', version='1.0.0')
)
libraryDependencies += "org.ow2.petals.dsb" % "petals-bus" % "1.0.0"
[org.ow2.petals.dsb/petals-bus "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.petals.dsb : petals-messaging | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
findbugs : annotations | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |