GroupId | GroupIdcom.twitter.heron |
---|---|
ArtifactId | ArtifactIdheron-spi |
Version | Version0.14.3 |
Type | Typejar |
Filename | Size |
---|---|
heron-spi-0.14.3.pom | |
heron-spi-0.14.3.jar | 4 MB |
heron-spi-0.14.3-sources.jar | 548 bytes |
heron-spi-0.14.3-javadoc.jar | 552 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.twitter.heron/heron-spi/ -->
<dependency>
<groupId>com.twitter.heron</groupId>
<artifactId>heron-spi</artifactId>
<version>0.14.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter.heron/heron-spi/
implementation 'com.twitter.heron:heron-spi:0.14.3'
// https://jarcasting.com/artifacts/com.twitter.heron/heron-spi/
implementation ("com.twitter.heron:heron-spi:0.14.3")
'com.twitter.heron:heron-spi:jar:0.14.3'
<dependency org="com.twitter.heron" name="heron-spi" rev="0.14.3">
<artifact name="heron-spi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter.heron', module='heron-spi', version='0.14.3')
)
libraryDependencies += "com.twitter.heron" % "heron-spi" % "0.14.3"
[com.twitter.heron/heron-spi "0.14.3"]