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