GroupId | GroupIdio.pivotal |
---|---|
ArtifactId | ArtifactIdarca-dispatcher |
Version | Version1.0-beta |
Type | Typejar |
Filename | Size |
---|---|
arca-dispatcher-1.0-beta.pom | |
arca-dispatcher-1.0-beta.jar | 51 KB |
arca-dispatcher-1.0-beta-sources.jar | 31 KB |
arca-dispatcher-1.0-beta-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.pivotal/arca-dispatcher/ -->
<dependency>
<groupId>io.pivotal</groupId>
<artifactId>arca-dispatcher</artifactId>
<version>1.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/io.pivotal/arca-dispatcher/
implementation 'io.pivotal:arca-dispatcher:1.0-beta'
// https://jarcasting.com/artifacts/io.pivotal/arca-dispatcher/
implementation ("io.pivotal:arca-dispatcher:1.0-beta")
'io.pivotal:arca-dispatcher:jar:1.0-beta'
<dependency org="io.pivotal" name="arca-dispatcher" rev="1.0-beta">
<artifact name="arca-dispatcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pivotal', module='arca-dispatcher', version='1.0-beta')
)
libraryDependencies += "io.pivotal" % "arca-dispatcher" % "1.0-beta"
[io.pivotal/arca-dispatcher "1.0-beta"]