| GroupId | GroupIdcom.github.yamingd.argo |
|---|---|
| ArtifactId | ArtifactIdargo-web |
| Version | Version3.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| argo-web-3.0.0.pom | |
| argo-web-3.0.0.jar | 50 KB |
| argo-web-3.0.0-sources.jar | 28 KB |
| argo-web-3.0.0-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.yamingd.argo/argo-web/ -->
<dependency>
<groupId>com.github.yamingd.argo</groupId>
<artifactId>argo-web</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yamingd.argo/argo-web/
implementation 'com.github.yamingd.argo:argo-web:3.0.0'
// https://jarcasting.com/artifacts/com.github.yamingd.argo/argo-web/
implementation ("com.github.yamingd.argo:argo-web:3.0.0")
'com.github.yamingd.argo:argo-web:jar:3.0.0'
<dependency org="com.github.yamingd.argo" name="argo-web" rev="3.0.0">
<artifact name="argo-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yamingd.argo', module='argo-web', version='3.0.0')
)
libraryDependencies += "com.github.yamingd.argo" % "argo-web" % "3.0.0"
[com.github.yamingd.argo/argo-web "3.0.0"]