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