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