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