GroupId | GroupIdcom.opsgenie.thundra |
---|---|
ArtifactId | ArtifactIdthundra-firehose |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
thundra-firehose-1.0.1.pom | |
thundra-firehose-1.0.1.jar | 6 MB |
thundra-firehose-1.0.1-sources.jar | 1 KB |
thundra-firehose-1.0.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opsgenie.thundra/thundra-firehose/ -->
<dependency>
<groupId>com.opsgenie.thundra</groupId>
<artifactId>thundra-firehose</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.opsgenie.thundra/thundra-firehose/
implementation 'com.opsgenie.thundra:thundra-firehose:1.0.1'
// https://jarcasting.com/artifacts/com.opsgenie.thundra/thundra-firehose/
implementation ("com.opsgenie.thundra:thundra-firehose:1.0.1")
'com.opsgenie.thundra:thundra-firehose:jar:1.0.1'
<dependency org="com.opsgenie.thundra" name="thundra-firehose" rev="1.0.1">
<artifact name="thundra-firehose" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opsgenie.thundra', module='thundra-firehose', version='1.0.1')
)
libraryDependencies += "com.opsgenie.thundra" % "thundra-firehose" % "1.0.1"
[com.opsgenie.thundra/thundra-firehose "1.0.1"]