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