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