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