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