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