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