Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.specrunner |
ArtifactId | ArtifactIdspecrunner-jetty |
Version | Version1.3.16 |
Type | Typejar |
Filename | Size |
---|---|
specrunner-jetty-1.3.16.pom | |
specrunner-jetty-1.3.16.jar | 14 KB |
specrunner-jetty-1.3.16-sources.jar | 8 KB |
specrunner-jetty-1.3.16-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.specrunner/specrunner-jetty/ -->
<dependency>
<groupId>org.specrunner</groupId>
<artifactId>specrunner-jetty</artifactId>
<version>1.3.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.specrunner/specrunner-jetty/
implementation 'org.specrunner:specrunner-jetty:1.3.16'
// https://jarcasting.com/artifacts/org.specrunner/specrunner-jetty/
implementation ("org.specrunner:specrunner-jetty:1.3.16")
'org.specrunner:specrunner-jetty:jar:1.3.16'
<dependency org="org.specrunner" name="specrunner-jetty" rev="1.3.16">
<artifact name="specrunner-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specrunner', module='specrunner-jetty', version='1.3.16')
)
libraryDependencies += "org.specrunner" % "specrunner-jetty" % "1.3.16"
[org.specrunner/specrunner-jetty "1.3.16"]