| Categories |
CategoriesTape Data Data Structures Bootique User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdio.bootique.tapestry |
| ArtifactId | ArtifactIdbootique-tapestry |
| Version | Version0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bootique-tapestry-0.2.pom | |
| bootique-tapestry-0.2.jar | 13 KB |
| bootique-tapestry-0.2-sources.jar | 9 KB |
| bootique-tapestry-0.2-javadoc.jar | 72 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.tapestry/bootique-tapestry/ -->
<dependency>
<groupId>io.bootique.tapestry</groupId>
<artifactId>bootique-tapestry</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.tapestry/bootique-tapestry/
implementation 'io.bootique.tapestry:bootique-tapestry:0.2'
// https://jarcasting.com/artifacts/io.bootique.tapestry/bootique-tapestry/
implementation ("io.bootique.tapestry:bootique-tapestry:0.2")
'io.bootique.tapestry:bootique-tapestry:jar:0.2'
<dependency org="io.bootique.tapestry" name="bootique-tapestry" rev="0.2">
<artifact name="bootique-tapestry" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.tapestry', module='bootique-tapestry', version='0.2')
)
libraryDependencies += "io.bootique.tapestry" % "bootique-tapestry" % "0.2"
[io.bootique.tapestry/bootique-tapestry "0.2"]