GroupId | GroupIdorg.appfuse.archetypes |
---|---|
ArtifactId | ArtifactIdappfuse-modular-struts |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
appfuse-modular-struts-2.0.pom | |
appfuse-modular-struts-2.0.jar | 84 KB |
appfuse-modular-struts-2.0-sources.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.appfuse.archetypes/appfuse-modular-struts/ -->
<dependency>
<groupId>org.appfuse.archetypes</groupId>
<artifactId>appfuse-modular-struts</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse.archetypes/appfuse-modular-struts/
implementation 'org.appfuse.archetypes:appfuse-modular-struts:2.0'
// https://jarcasting.com/artifacts/org.appfuse.archetypes/appfuse-modular-struts/
implementation ("org.appfuse.archetypes:appfuse-modular-struts:2.0")
'org.appfuse.archetypes:appfuse-modular-struts:jar:2.0'
<dependency org="org.appfuse.archetypes" name="appfuse-modular-struts" rev="2.0">
<artifact name="appfuse-modular-struts" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.appfuse.archetypes', module='appfuse-modular-struts', version='2.0')
)
libraryDependencies += "org.appfuse.archetypes" % "appfuse-modular-struts" % "2.0"
[org.appfuse.archetypes/appfuse-modular-struts "2.0"]