Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdcom.avsystem.commons |
ArtifactId | ArtifactIdcommons-jetty_2.12 |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
commons-jetty_2.12-2.1.1.pom | |
commons-jetty_2.12-2.1.1.jar | 32 KB |
commons-jetty_2.12-2.1.1-sources.jar | 3 KB |
commons-jetty_2.12-2.1.1-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.avsystem.commons/commons-jetty_2.12/ -->
<dependency>
<groupId>com.avsystem.commons</groupId>
<artifactId>commons-jetty_2.12</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.avsystem.commons/commons-jetty_2.12/
implementation 'com.avsystem.commons:commons-jetty_2.12:2.1.1'
// https://jarcasting.com/artifacts/com.avsystem.commons/commons-jetty_2.12/
implementation ("com.avsystem.commons:commons-jetty_2.12:2.1.1")
'com.avsystem.commons:commons-jetty_2.12:jar:2.1.1'
<dependency org="com.avsystem.commons" name="commons-jetty_2.12" rev="2.1.1">
<artifact name="commons-jetty_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avsystem.commons', module='commons-jetty_2.12', version='2.1.1')
)
libraryDependencies += "com.avsystem.commons" % "commons-jetty_2.12" % "2.1.1"
[com.avsystem.commons/commons-jetty_2.12 "2.1.1"]