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