Categories |
CategoriesTape Data Data Structures |
---|---|
GroupId | GroupIdorg.appfuse |
ArtifactId | ArtifactIdappfuse-light-tapestry |
Version | Version2.2.1 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.appfuse/appfuse-light-tapestry/ -->
<dependency>
<groupId>org.appfuse</groupId>
<artifactId>appfuse-light-tapestry</artifactId>
<version>2.2.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse/appfuse-light-tapestry/
implementation 'org.appfuse:appfuse-light-tapestry:2.2.1'
// https://jarcasting.com/artifacts/org.appfuse/appfuse-light-tapestry/
implementation ("org.appfuse:appfuse-light-tapestry:2.2.1")
'org.appfuse:appfuse-light-tapestry:war:2.2.1'
<dependency org="org.appfuse" name="appfuse-light-tapestry" rev="2.2.1">
<artifact name="appfuse-light-tapestry" type="war" />
</dependency>
@Grapes(
@Grab(group='org.appfuse', module='appfuse-light-tapestry', version='2.2.1')
)
libraryDependencies += "org.appfuse" % "appfuse-light-tapestry" % "2.2.1"
[org.appfuse/appfuse-light-tapestry "2.2.1"]