is not current version
Last Version 8.1.16.v20140903

org.mortbay.jetty:test-fragment 8.1.0.RC4


Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.mortbay.jetty
ArtifactId

ArtifactId

test-fragment
Version

Version

8.1.0.RC4
Type

Type

jar

Download test-fragment 8.1.0.RC4


<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/test-fragment/ -->
<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>test-fragment</artifactId>
    <version>8.1.0.RC4</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/test-fragment/
implementation 'org.mortbay.jetty:test-fragment:8.1.0.RC4'
// https://jarcasting.com/artifacts/org.mortbay.jetty/test-fragment/
implementation ("org.mortbay.jetty:test-fragment:8.1.0.RC4")
'org.mortbay.jetty:test-fragment:jar:8.1.0.RC4'
<dependency org="org.mortbay.jetty" name="test-fragment" rev="8.1.0.RC4">
  <artifact name="test-fragment" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='test-fragment', version='8.1.0.RC4')
)
libraryDependencies += "org.mortbay.jetty" % "test-fragment" % "8.1.0.RC4"
[org.mortbay.jetty/test-fragment "8.1.0.RC4"]