GroupId | GroupIdcom.github.guang19 |
---|---|
ArtifactId | ArtifactIdservice |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
service-1.0.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.guang19/service/ -->
<dependency>
<groupId>com.github.guang19</groupId>
<artifactId>service</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.guang19/service/
implementation 'com.github.guang19:service:1.0.0'
// https://jarcasting.com/artifacts/com.github.guang19/service/
implementation ("com.github.guang19:service:1.0.0")
'com.github.guang19:service:pom:1.0.0'
<dependency org="com.github.guang19" name="service" rev="1.0.0">
<artifact name="service" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.guang19', module='service', version='1.0.0')
)
libraryDependencies += "com.github.guang19" % "service" % "1.0.0"
[com.github.guang19/service "1.0.0"]