Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.visallo |
ArtifactId | ArtifactIdvisallo-dev-jetty-server |
Version | Version3.0 |
Type | Typejar |
Filename | Size |
---|---|
visallo-dev-jetty-server-3.0.pom | |
visallo-dev-jetty-server-3.0.jar | 2 KB |
visallo-dev-jetty-server-3.0-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.visallo/visallo-dev-jetty-server/ -->
<dependency>
<groupId>org.visallo</groupId>
<artifactId>visallo-dev-jetty-server</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.visallo/visallo-dev-jetty-server/
implementation 'org.visallo:visallo-dev-jetty-server:3.0'
// https://jarcasting.com/artifacts/org.visallo/visallo-dev-jetty-server/
implementation ("org.visallo:visallo-dev-jetty-server:3.0")
'org.visallo:visallo-dev-jetty-server:jar:3.0'
<dependency org="org.visallo" name="visallo-dev-jetty-server" rev="3.0">
<artifact name="visallo-dev-jetty-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.visallo', module='visallo-dev-jetty-server', version='3.0')
)
libraryDependencies += "org.visallo" % "visallo-dev-jetty-server" % "3.0"
[org.visallo/visallo-dev-jetty-server "3.0"]