| GroupId | GroupIdio.github.unitbean |
|---|---|
| ArtifactId | ArtifactIdbasketservice |
| Version | Version1.2.0 |
| Type | Typepom |
<!-- https://jarcasting.com/artifacts/io.github.unitbean/basketservice/ -->
<dependency>
<groupId>io.github.unitbean</groupId>
<artifactId>basketservice</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.unitbean/basketservice/
implementation 'io.github.unitbean:basketservice:1.2.0'
// https://jarcasting.com/artifacts/io.github.unitbean/basketservice/
implementation ("io.github.unitbean:basketservice:1.2.0")
'io.github.unitbean:basketservice:pom:1.2.0'
<dependency org="io.github.unitbean" name="basketservice" rev="1.2.0">
<artifact name="basketservice" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.unitbean', module='basketservice', version='1.2.0')
)
libraryDependencies += "io.github.unitbean" % "basketservice" % "1.2.0"
[io.github.unitbean/basketservice "1.2.0"]