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