Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdcom.github.kaitoy.sneo |
ArtifactId | ArtifactIdgiane-jetty |
Version | Version1.2.0 |
Type | Typewar |
Filename | Size |
---|---|
giane-jetty-1.2.0.pom | |
giane-jetty-1.2.0.war | 23 MB |
giane-jetty-1.2.0-sources.jar | 1 KB |
giane-jetty-1.2.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kaitoy.sneo/giane-jetty/ -->
<dependency>
<groupId>com.github.kaitoy.sneo</groupId>
<artifactId>giane-jetty</artifactId>
<version>1.2.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kaitoy.sneo/giane-jetty/
implementation 'com.github.kaitoy.sneo:giane-jetty:1.2.0'
// https://jarcasting.com/artifacts/com.github.kaitoy.sneo/giane-jetty/
implementation ("com.github.kaitoy.sneo:giane-jetty:1.2.0")
'com.github.kaitoy.sneo:giane-jetty:war:1.2.0'
<dependency org="com.github.kaitoy.sneo" name="giane-jetty" rev="1.2.0">
<artifact name="giane-jetty" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.kaitoy.sneo', module='giane-jetty', version='1.2.0')
)
libraryDependencies += "com.github.kaitoy.sneo" % "giane-jetty" % "1.2.0"
[com.github.kaitoy.sneo/giane-jetty "1.2.0"]