Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdcom.github.youyinnn |
ArtifactId | ArtifactIdyou-quick-jetty |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
you-quick-jetty-1.0.3.pom | |
you-quick-jetty-1.0.3.jar | 3 KB |
you-quick-jetty-1.0.3-sources.jar | 6 KB |
you-quick-jetty-1.0.3-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.youyinnn/you-quick-jetty/ -->
<dependency>
<groupId>com.github.youyinnn</groupId>
<artifactId>you-quick-jetty</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.youyinnn/you-quick-jetty/
implementation 'com.github.youyinnn:you-quick-jetty:1.0.3'
// https://jarcasting.com/artifacts/com.github.youyinnn/you-quick-jetty/
implementation ("com.github.youyinnn:you-quick-jetty:1.0.3")
'com.github.youyinnn:you-quick-jetty:jar:1.0.3'
<dependency org="com.github.youyinnn" name="you-quick-jetty" rev="1.0.3">
<artifact name="you-quick-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.youyinnn', module='you-quick-jetty', version='1.0.3')
)
libraryDependencies += "com.github.youyinnn" % "you-quick-jetty" % "1.0.3"
[com.github.youyinnn/you-quick-jetty "1.0.3"]