Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdme.icymint |
ArtifactId | ArtifactIdsloth-jetty |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
sloth-jetty-0.2.pom | |
sloth-jetty-0.2.jar | 13 KB |
sloth-jetty-0.2-sources.jar | 8 KB |
sloth-jetty-0.2-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.icymint/sloth-jetty/ -->
<dependency>
<groupId>me.icymint</groupId>
<artifactId>sloth-jetty</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/me.icymint/sloth-jetty/
implementation 'me.icymint:sloth-jetty:0.2'
// https://jarcasting.com/artifacts/me.icymint/sloth-jetty/
implementation ("me.icymint:sloth-jetty:0.2")
'me.icymint:sloth-jetty:jar:0.2'
<dependency org="me.icymint" name="sloth-jetty" rev="0.2">
<artifact name="sloth-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.icymint', module='sloth-jetty', version='0.2')
)
libraryDependencies += "me.icymint" % "sloth-jetty" % "0.2"
[me.icymint/sloth-jetty "0.2"]