Categories |
CategoriesIDE Development Tools Scala Languages Jetty Container Application Servers |
---|---|
GroupId | GroupIdcom.github.acsgh.mad.scala.server.provider |
ArtifactId | ArtifactIdjetty_2.13 |
Version | Version0.8.1 |
Type | Typejar |
Filename | Size |
---|---|
jetty_2.13-0.8.1.pom | |
jetty_2.13-0.8.1.jar | 25 KB |
jetty_2.13-0.8.1-sources.jar | 4 KB |
jetty_2.13-0.8.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.acsgh.mad.scala.server.provider/jetty_2.13/ -->
<dependency>
<groupId>com.github.acsgh.mad.scala.server.provider</groupId>
<artifactId>jetty_2.13</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.acsgh.mad.scala.server.provider/jetty_2.13/
implementation 'com.github.acsgh.mad.scala.server.provider:jetty_2.13:0.8.1'
// https://jarcasting.com/artifacts/com.github.acsgh.mad.scala.server.provider/jetty_2.13/
implementation ("com.github.acsgh.mad.scala.server.provider:jetty_2.13:0.8.1")
'com.github.acsgh.mad.scala.server.provider:jetty_2.13:jar:0.8.1'
<dependency org="com.github.acsgh.mad.scala.server.provider" name="jetty_2.13" rev="0.8.1">
<artifact name="jetty_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.acsgh.mad.scala.server.provider', module='jetty_2.13', version='0.8.1')
)
libraryDependencies += "com.github.acsgh.mad.scala.server.provider" % "jetty_2.13" % "0.8.1"
[com.github.acsgh.mad.scala.server.provider/jetty_2.13 "0.8.1"]