is not current version
Last Version 1.0.3

com.github.guang19:service 1.0.1

common service tools and common develop tools

GroupId

GroupId

com.github.guang19
ArtifactId

ArtifactId

service
Version

Version

1.0.1
Type

Type

pom

Download service 1.0.1

Filename Size
service-1.0.1.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.guang19/service/ -->
<dependency>
    <groupId>com.github.guang19</groupId>
    <artifactId>service</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.guang19/service/
implementation 'com.github.guang19:service:1.0.1'
// https://jarcasting.com/artifacts/com.github.guang19/service/
implementation ("com.github.guang19:service:1.0.1")
'com.github.guang19:service:pom:1.0.1'
<dependency org="com.github.guang19" name="service" rev="1.0.1">
  <artifact name="service" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.guang19', module='service', version='1.0.1')
)
libraryDependencies += "com.github.guang19" % "service" % "1.0.1"
[com.github.guang19/service "1.0.1"]