Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.vencent-lu |
ArtifactId | ArtifactIdgiants-web-struts2 |
Version | Version1.0.5-Beta-1 |
Type | Typejar |
<!-- 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.0.5-Beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vencent-lu/giants-web-struts2/
implementation 'com.github.vencent-lu:giants-web-struts2:1.0.5-Beta-1'
// https://jarcasting.com/artifacts/com.github.vencent-lu/giants-web-struts2/
implementation ("com.github.vencent-lu:giants-web-struts2:1.0.5-Beta-1")
'com.github.vencent-lu:giants-web-struts2:jar:1.0.5-Beta-1'
<dependency org="com.github.vencent-lu" name="giants-web-struts2" rev="1.0.5-Beta-1">
<artifact name="giants-web-struts2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vencent-lu', module='giants-web-struts2', version='1.0.5-Beta-1')
)
libraryDependencies += "com.github.vencent-lu" % "giants-web-struts2" % "1.0.5-Beta-1"
[com.github.vencent-lu/giants-web-struts2 "1.0.5-Beta-1"]