| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdcom.github.vencent-lu |
| ArtifactId | ArtifactIdgiants-web-struts2 |
| Version | Version1.1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| giants-web-struts2-1.1.2.pom | |
| giants-web-struts2-1.1.2.jar | 13 KB |
| giants-web-struts2-1.1.2-sources.jar | 9 KB |
| giants-web-struts2-1.1.2-javadoc.jar | 84 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.vencent-lu/giants-web-struts2/ -->
<dependency>
<groupId>com.github.vencent-lu</groupId>
<artifactId>giants-web-struts2</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vencent-lu/giants-web-struts2/
implementation 'com.github.vencent-lu:giants-web-struts2:1.1.2'
// https://jarcasting.com/artifacts/com.github.vencent-lu/giants-web-struts2/
implementation ("com.github.vencent-lu:giants-web-struts2:1.1.2")
'com.github.vencent-lu:giants-web-struts2:jar:1.1.2'
<dependency org="com.github.vencent-lu" name="giants-web-struts2" rev="1.1.2">
<artifact name="giants-web-struts2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vencent-lu', module='giants-web-struts2', version='1.1.2')
)
libraryDependencies += "com.github.vencent-lu" % "giants-web-struts2" % "1.1.2"
[com.github.vencent-lu/giants-web-struts2 "1.1.2"]