| GroupId | GroupIdorg.febit.wit |
|---|---|
| ArtifactId | ArtifactIdwit-struts2 |
| Version | Version2.3.0-beta |
| Type | Typejar |
| Filename | Size |
|---|---|
| wit-struts2-2.3.0-beta.pom | |
| wit-struts2-2.3.0-beta.jar | 3 KB |
| wit-struts2-2.3.0-beta-sources.jar | 2 KB |
| wit-struts2-2.3.0-beta-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.febit.wit/wit-struts2/ -->
<dependency>
<groupId>org.febit.wit</groupId>
<artifactId>wit-struts2</artifactId>
<version>2.3.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.febit.wit/wit-struts2/
implementation 'org.febit.wit:wit-struts2:2.3.0-beta'
// https://jarcasting.com/artifacts/org.febit.wit/wit-struts2/
implementation ("org.febit.wit:wit-struts2:2.3.0-beta")
'org.febit.wit:wit-struts2:jar:2.3.0-beta'
<dependency org="org.febit.wit" name="wit-struts2" rev="2.3.0-beta">
<artifact name="wit-struts2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.febit.wit', module='wit-struts2', version='2.3.0-beta')
)
libraryDependencies += "org.febit.wit" % "wit-struts2" % "2.3.0-beta"
[org.febit.wit/wit-struts2 "2.3.0-beta"]