License |
License |
---|---|
Categories |
CategoriesTape Data Data Structures Bootique User Interface Web Frameworks |
GroupId | GroupIdcom.nhl.bootique.tapestry |
ArtifactId | ArtifactIdbootique-tapestry |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbootique-tapestry: Apache Tapestry Integration for Bootique
Provides Apache Tapestry Integration with Bootique.
|
Project Organization |
Project OrganizationNational Hockey League |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bootique-tapestry-0.1.pom | |
bootique-tapestry-0.1.jar | 13 KB |
bootique-tapestry-0.1-sources.jar | 7 KB |
bootique-tapestry-0.1-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nhl.bootique.tapestry/bootique-tapestry/ -->
<dependency>
<groupId>com.nhl.bootique.tapestry</groupId>
<artifactId>bootique-tapestry</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.bootique.tapestry/bootique-tapestry/
implementation 'com.nhl.bootique.tapestry:bootique-tapestry:0.1'
// https://jarcasting.com/artifacts/com.nhl.bootique.tapestry/bootique-tapestry/
implementation ("com.nhl.bootique.tapestry:bootique-tapestry:0.1")
'com.nhl.bootique.tapestry:bootique-tapestry:jar:0.1'
<dependency org="com.nhl.bootique.tapestry" name="bootique-tapestry" rev="0.1">
<artifact name="bootique-tapestry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nhl.bootique.tapestry', module='bootique-tapestry', version='0.1')
)
libraryDependencies += "com.nhl.bootique.tapestry" % "bootique-tapestry" % "0.1"
[com.nhl.bootique.tapestry/bootique-tapestry "0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.nhl.bootique : bootique | jar | 0.18 |
com.nhl.bootique.jetty : bootique-jetty | jar | 0.16 |
org.apache.tapestry : tapestry-core | jar | 5.4.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.0.31-beta |
org.slf4j : slf4j-simple | jar | 1.7.13 |
com.nhl.bootique : bootique-test | jar | 0.18 |
com.nhl.bootique.jetty : bootique-jetty-test | jar | 0.16 |
org.glassfish.jersey.core : jersey-client | jar | 2.21 |