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