Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdcom.github.veithen.daemon |
ArtifactId | ArtifactIdjetty-daemon |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
jetty-daemon-0.2.1.pom | |
jetty-daemon-0.2.1.jar | 18 KB |
jetty-daemon-0.2.1-sources.jar | 10 KB |
jetty-daemon-0.2.1-javadoc.jar | 425 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.veithen.daemon/jetty-daemon/ -->
<dependency>
<groupId>com.github.veithen.daemon</groupId>
<artifactId>jetty-daemon</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.daemon/jetty-daemon/
implementation 'com.github.veithen.daemon:jetty-daemon:0.2.1'
// https://jarcasting.com/artifacts/com.github.veithen.daemon/jetty-daemon/
implementation ("com.github.veithen.daemon:jetty-daemon:0.2.1")
'com.github.veithen.daemon:jetty-daemon:jar:0.2.1'
<dependency org="com.github.veithen.daemon" name="jetty-daemon" rev="0.2.1">
<artifact name="jetty-daemon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.daemon', module='jetty-daemon', version='0.2.1')
)
libraryDependencies += "com.github.veithen.daemon" % "jetty-daemon" % "0.2.1"
[com.github.veithen.daemon/jetty-daemon "0.2.1"]