Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.specrunner |
ArtifactId | ArtifactIdspecrunner-jetty |
Version | Version1.3.19 |
Type | Typejar |
Filename | Size |
---|---|
specrunner-jetty-1.3.19.pom | |
specrunner-jetty-1.3.19.jar | 14 KB |
specrunner-jetty-1.3.19-sources.jar | 8 KB |
specrunner-jetty-1.3.19-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.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.specrunner/specrunner-jetty/
implementation 'org.specrunner:specrunner-jetty:1.3.19'
// https://jarcasting.com/artifacts/org.specrunner/specrunner-jetty/
implementation ("org.specrunner:specrunner-jetty:1.3.19")
'org.specrunner:specrunner-jetty:jar:1.3.19'
<dependency org="org.specrunner" name="specrunner-jetty" rev="1.3.19">
<artifact name="specrunner-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specrunner', module='specrunner-jetty', version='1.3.19')
)
libraryDependencies += "org.specrunner" % "specrunner-jetty" % "1.3.19"
[org.specrunner/specrunner-jetty "1.3.19"]