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