| License |
License |
|---|---|
| GroupId | GroupIdorg.bithon.agent |
| ArtifactId | ArtifactIdagent |
| Last Version | Last Version1.1.0-RELEASE |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionBithon - An observability platform
|
| Filename | Size |
|---|---|
| agent-1.1.0-RELEASE.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bithon.agent/agent/ -->
<dependency>
<groupId>org.bithon.agent</groupId>
<artifactId>agent</artifactId>
<version>1.1.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bithon.agent/agent/
implementation 'org.bithon.agent:agent:1.1.0-RELEASE'
// https://jarcasting.com/artifacts/org.bithon.agent/agent/
implementation ("org.bithon.agent:agent:1.1.0-RELEASE")
'org.bithon.agent:agent:pom:1.1.0-RELEASE'
<dependency org="org.bithon.agent" name="agent" rev="1.1.0-RELEASE">
<artifact name="agent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bithon.agent', module='agent', version='1.1.0-RELEASE')
)
libraryDependencies += "org.bithon.agent" % "agent" % "1.1.0-RELEASE"
[org.bithon.agent/agent "1.1.0-RELEASE"]