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