License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.bithon.agent |
ArtifactId | ArtifactIdagent-plugin-webserver-jetty |
Version | Version1.0.0-RELEASE |
Type | Typejar |
Description |
DescriptionBithon - Application Risk Management Platform
|
<!-- https://jarcasting.com/artifacts/org.bithon.agent/agent-plugin-webserver-jetty/ -->
<dependency>
<groupId>org.bithon.agent</groupId>
<artifactId>agent-plugin-webserver-jetty</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.bithon.agent/agent-plugin-webserver-jetty/
implementation 'org.bithon.agent:agent-plugin-webserver-jetty:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/org.bithon.agent/agent-plugin-webserver-jetty/
implementation ("org.bithon.agent:agent-plugin-webserver-jetty:1.0.0-RELEASE")
'org.bithon.agent:agent-plugin-webserver-jetty:jar:1.0.0-RELEASE'
<dependency org="org.bithon.agent" name="agent-plugin-webserver-jetty" rev="1.0.0-RELEASE">
<artifact name="agent-plugin-webserver-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bithon.agent', module='agent-plugin-webserver-jetty', version='1.0.0-RELEASE')
)
libraryDependencies += "org.bithon.agent" % "agent-plugin-webserver-jetty" % "1.0.0-RELEASE"
[org.bithon.agent/agent-plugin-webserver-jetty "1.0.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.bithon.agent : agent-core | jar | 1.0.0-RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-server | jar | 9.4.6.v20170531 |