Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdio.nflow |
ArtifactId | ArtifactIdnflow-jetty |
Version | Version5.2.0 |
Type | Typejar |
Filename | Size |
---|---|
nflow-jetty-5.2.0.pom | |
nflow-jetty-5.2.0.jar | 21 KB |
nflow-jetty-5.2.0-sources.jar | 13 KB |
nflow-jetty-5.2.0-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.nflow/nflow-jetty/ -->
<dependency>
<groupId>io.nflow</groupId>
<artifactId>nflow-jetty</artifactId>
<version>5.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.nflow/nflow-jetty/
implementation 'io.nflow:nflow-jetty:5.2.0'
// https://jarcasting.com/artifacts/io.nflow/nflow-jetty/
implementation ("io.nflow:nflow-jetty:5.2.0")
'io.nflow:nflow-jetty:jar:5.2.0'
<dependency org="io.nflow" name="nflow-jetty" rev="5.2.0">
<artifact name="nflow-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nflow', module='nflow-jetty', version='5.2.0')
)
libraryDependencies += "io.nflow" % "nflow-jetty" % "5.2.0"
[io.nflow/nflow-jetty "5.2.0"]