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