Categories |
CategoriesJetty Container Application Servers Bootique User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.nhl.bootique.jetty |
ArtifactId | ArtifactIdbootique-jetty-test |
Version | Version0.13 |
Type | Typejar |
Filename | Size |
---|---|
bootique-jetty-test-0.13.pom | |
bootique-jetty-test-0.13.jar | 5 KB |
bootique-jetty-test-0.13-sources.jar | 1 KB |
bootique-jetty-test-0.13-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nhl.bootique.jetty/bootique-jetty-test/ -->
<dependency>
<groupId>com.nhl.bootique.jetty</groupId>
<artifactId>bootique-jetty-test</artifactId>
<version>0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.bootique.jetty/bootique-jetty-test/
implementation 'com.nhl.bootique.jetty:bootique-jetty-test:0.13'
// https://jarcasting.com/artifacts/com.nhl.bootique.jetty/bootique-jetty-test/
implementation ("com.nhl.bootique.jetty:bootique-jetty-test:0.13")
'com.nhl.bootique.jetty:bootique-jetty-test:jar:0.13'
<dependency org="com.nhl.bootique.jetty" name="bootique-jetty-test" rev="0.13">
<artifact name="bootique-jetty-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nhl.bootique.jetty', module='bootique-jetty-test', version='0.13')
)
libraryDependencies += "com.nhl.bootique.jetty" % "bootique-jetty-test" % "0.13"
[com.nhl.bootique.jetty/bootique-jetty-test "0.13"]