| GroupId | GroupIdio.jpom |
|---|---|
| ArtifactId | ArtifactIdagent |
| Version | Version2.4.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| agent-2.4.4.pom | |
| agent-2.4.4.jar | 26 MB |
| agent-2.4.4-sources.jar | 101 KB |
| agent-2.4.4-release.zip | 26 MB |
| agent-2.4.4-javadoc.jar | 524 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.jpom/agent/ -->
<dependency>
<groupId>io.jpom</groupId>
<artifactId>agent</artifactId>
<version>2.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.jpom/agent/
implementation 'io.jpom:agent:2.4.4'
// https://jarcasting.com/artifacts/io.jpom/agent/
implementation ("io.jpom:agent:2.4.4")
'io.jpom:agent:jar:2.4.4'
<dependency org="io.jpom" name="agent" rev="2.4.4">
<artifact name="agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jpom', module='agent', version='2.4.4')
)
libraryDependencies += "io.jpom" % "agent" % "2.4.4"
[io.jpom/agent "2.4.4"]