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