Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.woelker.jimix |
ArtifactId | ArtifactIdjimix-samples-jetty |
Version | Version1.1.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>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.woelker.jimix/jimix-samples-jetty/
implementation 'org.woelker.jimix:jimix-samples-jetty:1.1.0'
// https://jarcasting.com/artifacts/org.woelker.jimix/jimix-samples-jetty/
implementation ("org.woelker.jimix:jimix-samples-jetty:1.1.0")
'org.woelker.jimix:jimix-samples-jetty:jar:1.1.0'
<dependency org="org.woelker.jimix" name="jimix-samples-jetty" rev="1.1.0">
<artifact name="jimix-samples-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.woelker.jimix', module='jimix-samples-jetty', version='1.1.0')
)
libraryDependencies += "org.woelker.jimix" % "jimix-samples-jetty" % "1.1.0"
[org.woelker.jimix/jimix-samples-jetty "1.1.0"]