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