| GroupId | GroupIdin.anjan.struts2-webflow |
|---|---|
| ArtifactId | ArtifactIdstruts2-webflow |
| Version | Version1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| struts2-webflow-1.1.pom | |
| struts2-webflow-1.1.jar | 16 KB |
| struts2-webflow-1.1-sources.jar | 14 KB |
| struts2-webflow-1.1-javadoc.jar | 90 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/in.anjan.struts2-webflow/struts2-webflow/ -->
<dependency>
<groupId>in.anjan.struts2-webflow</groupId>
<artifactId>struts2-webflow</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/in.anjan.struts2-webflow/struts2-webflow/
implementation 'in.anjan.struts2-webflow:struts2-webflow:1.1'
// https://jarcasting.com/artifacts/in.anjan.struts2-webflow/struts2-webflow/
implementation ("in.anjan.struts2-webflow:struts2-webflow:1.1")
'in.anjan.struts2-webflow:struts2-webflow:jar:1.1'
<dependency org="in.anjan.struts2-webflow" name="struts2-webflow" rev="1.1">
<artifact name="struts2-webflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.anjan.struts2-webflow', module='struts2-webflow', version='1.1')
)
libraryDependencies += "in.anjan.struts2-webflow" % "struts2-webflow" % "1.1"
[in.anjan.struts2-webflow/struts2-webflow "1.1"]