License |
License |
---|---|
Categories |
CategoriesTape Data Data Structures |
GroupId | GroupIdse.unbound |
ArtifactId | ArtifactIdtapestry-tagselect |
Last Version | Last Version1.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUnbound Tapestry Tagselect
A tag-select component for Tapestry 5 similar to the version-selector in recent Jira-versions.
|
Project URL |
Project URL |
Filename | Size |
---|---|
tapestry-tagselect-1.4.1.pom | |
tapestry-tagselect-1.4.1.jar | 19 KB |
tapestry-tagselect-1.4.1-sources.jar | 12 KB |
tapestry-tagselect-1.4.1-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.unbound/tapestry-tagselect/ -->
<dependency>
<groupId>se.unbound</groupId>
<artifactId>tapestry-tagselect</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/se.unbound/tapestry-tagselect/
implementation 'se.unbound:tapestry-tagselect:1.4.1'
// https://jarcasting.com/artifacts/se.unbound/tapestry-tagselect/
implementation ("se.unbound:tapestry-tagselect:1.4.1")
'se.unbound:tapestry-tagselect:jar:1.4.1'
<dependency org="se.unbound" name="tapestry-tagselect" rev="1.4.1">
<artifact name="tapestry-tagselect" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.unbound', module='tapestry-tagselect', version='1.4.1')
)
libraryDependencies += "se.unbound" % "tapestry-tagselect" % "1.4.1"
[se.unbound/tapestry-tagselect "1.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.tapestry : tapestry-ioc | jar | 5.3.2 |
org.apache.tapestry : tapestry-core | jar | 5.3.2 |
commons-lang : commons-lang | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
javax.servlet : servlet-api | jar | 2.3 |
org.apache.tapestry : tapestry-test | jar | 5.3.2 |