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