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