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