License |
License |
---|---|
GroupId | GroupIdorg.ibissource |
ArtifactId | ArtifactIdservice-dispatcher |
Version | Version1.5 |
Type | Typejar |
Description |
DescriptionIbis Servicedispatcher Core
Dispatches requests between (compatible) applications running on the same application server
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
service-dispatcher-1.5.pom | |
service-dispatcher-1.5.jar | 12 KB |
service-dispatcher-1.5-sources.jar | 14 KB |
service-dispatcher-1.5-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ibissource/service-dispatcher/ -->
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>service-dispatcher</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.ibissource/service-dispatcher/
implementation 'org.ibissource:service-dispatcher:1.5'
// https://jarcasting.com/artifacts/org.ibissource/service-dispatcher/
implementation ("org.ibissource:service-dispatcher:1.5")
'org.ibissource:service-dispatcher:jar:1.5'
<dependency org="org.ibissource" name="service-dispatcher" rev="1.5">
<artifact name="service-dispatcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ibissource', module='service-dispatcher', version='1.5')
)
libraryDependencies += "org.ibissource" % "service-dispatcher" % "1.5"
[org.ibissource/service-dispatcher "1.5"]