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