| Categories |
CategoriesJetty Container Application Servers |
|---|---|
| GroupId | GroupIdcom.github.veithen.daemon |
| ArtifactId | ArtifactIdjetty-daemon |
| Version | Version0.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jetty-daemon-0.1.1.pom | |
| jetty-daemon-0.1.1.jar | 5 KB |
| jetty-daemon-0.1.1-sources.jar | 4 KB |
| jetty-daemon-0.1.1-javadoc.jar | 23 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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.daemon/jetty-daemon/
implementation 'com.github.veithen.daemon:jetty-daemon:0.1.1'
// https://jarcasting.com/artifacts/com.github.veithen.daemon/jetty-daemon/
implementation ("com.github.veithen.daemon:jetty-daemon:0.1.1")
'com.github.veithen.daemon:jetty-daemon:jar:0.1.1'
<dependency org="com.github.veithen.daemon" name="jetty-daemon" rev="0.1.1">
<artifact name="jetty-daemon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.daemon', module='jetty-daemon', version='0.1.1')
)
libraryDependencies += "com.github.veithen.daemon" % "jetty-daemon" % "0.1.1"
[com.github.veithen.daemon/jetty-daemon "0.1.1"]