Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdcom.nitorcreations |
ArtifactId | ArtifactIdnflow-jetty |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
nflow-jetty-0.3.1.pom | |
nflow-jetty-0.3.1.jar | 157 KB |
nflow-jetty-0.3.1-sources.jar | 148 KB |
nflow-jetty-0.3.1-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nitorcreations/nflow-jetty/ -->
<dependency>
<groupId>com.nitorcreations</groupId>
<artifactId>nflow-jetty</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nitorcreations/nflow-jetty/
implementation 'com.nitorcreations:nflow-jetty:0.3.1'
// https://jarcasting.com/artifacts/com.nitorcreations/nflow-jetty/
implementation ("com.nitorcreations:nflow-jetty:0.3.1")
'com.nitorcreations:nflow-jetty:jar:0.3.1'
<dependency org="com.nitorcreations" name="nflow-jetty" rev="0.3.1">
<artifact name="nflow-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nitorcreations', module='nflow-jetty', version='0.3.1')
)
libraryDependencies += "com.nitorcreations" % "nflow-jetty" % "0.3.1"
[com.nitorcreations/nflow-jetty "0.3.1"]