GroupId | GroupIdorg.appfuse.archetypes |
---|---|
ArtifactId | ArtifactIdappfuse-modular-struts |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
appfuse-modular-struts-2.0.1.pom | |
appfuse-modular-struts-2.0.1.jar | 84 KB |
appfuse-modular-struts-2.0.1-sources.jar | 83 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse.archetypes/appfuse-modular-struts/
implementation 'org.appfuse.archetypes:appfuse-modular-struts:2.0.1'
// https://jarcasting.com/artifacts/org.appfuse.archetypes/appfuse-modular-struts/
implementation ("org.appfuse.archetypes:appfuse-modular-struts:2.0.1")
'org.appfuse.archetypes:appfuse-modular-struts:jar:2.0.1'
<dependency org="org.appfuse.archetypes" name="appfuse-modular-struts" rev="2.0.1">
<artifact name="appfuse-modular-struts" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.appfuse.archetypes', module='appfuse-modular-struts', version='2.0.1')
)
libraryDependencies += "org.appfuse.archetypes" % "appfuse-modular-struts" % "2.0.1"
[org.appfuse.archetypes/appfuse-modular-struts "2.0.1"]