Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.appops |
ArtifactId | ArtifactIdappops-br-web-jetty |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
appops-br-web-jetty-0.4.0.pom | |
appops-br-web-jetty-0.4.0.jar | 12 KB |
appops-br-web-jetty-0.4.0-sources.jar | 10 KB |
appops-br-web-jetty-0.4.0-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.appops/appops-br-web-jetty/ -->
<dependency>
<groupId>org.appops</groupId>
<artifactId>appops-br-web-jetty</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.appops/appops-br-web-jetty/
implementation 'org.appops:appops-br-web-jetty:0.4.0'
// https://jarcasting.com/artifacts/org.appops/appops-br-web-jetty/
implementation ("org.appops:appops-br-web-jetty:0.4.0")
'org.appops:appops-br-web-jetty:jar:0.4.0'
<dependency org="org.appops" name="appops-br-web-jetty" rev="0.4.0">
<artifact name="appops-br-web-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.appops', module='appops-br-web-jetty', version='0.4.0')
)
libraryDependencies += "org.appops" % "appops-br-web-jetty" % "0.4.0"
[org.appops/appops-br-web-jetty "0.4.0"]