| GroupId | GroupIdio.operatr |
|---|---|
| ArtifactId | ArtifactIdkpow-streams-agent |
| Version | Version0.2.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| kpow-streams-agent-0.2.4.pom | |
| kpow-streams-agent-0.2.4.jar | 14 KB |
| kpow-streams-agent-0.2.4-sources.jar | 11 KB |
| kpow-streams-agent-0.2.4-javadoc.jar | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.operatr/kpow-streams-agent/ -->
<dependency>
<groupId>io.operatr</groupId>
<artifactId>kpow-streams-agent</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.operatr/kpow-streams-agent/
implementation 'io.operatr:kpow-streams-agent:0.2.4'
// https://jarcasting.com/artifacts/io.operatr/kpow-streams-agent/
implementation ("io.operatr:kpow-streams-agent:0.2.4")
'io.operatr:kpow-streams-agent:jar:0.2.4'
<dependency org="io.operatr" name="kpow-streams-agent" rev="0.2.4">
<artifact name="kpow-streams-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.operatr', module='kpow-streams-agent', version='0.2.4')
)
libraryDependencies += "io.operatr" % "kpow-streams-agent" % "0.2.4"
[io.operatr/kpow-streams-agent "0.2.4"]