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