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