GroupId | GroupIdtop.wu2020 |
---|---|
ArtifactId | ArtifactIdwu-easy-upsert-starter |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.wu2020/wu-easy-upsert-starter/ -->
<dependency>
<groupId>top.wu2020</groupId>
<artifactId>wu-easy-upsert-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.wu2020/wu-easy-upsert-starter/
implementation 'top.wu2020:wu-easy-upsert-starter:1.0.0'
// https://jarcasting.com/artifacts/top.wu2020/wu-easy-upsert-starter/
implementation ("top.wu2020:wu-easy-upsert-starter:1.0.0")
'top.wu2020:wu-easy-upsert-starter:jar:1.0.0'
<dependency org="top.wu2020" name="wu-easy-upsert-starter" rev="1.0.0">
<artifact name="wu-easy-upsert-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.wu2020', module='wu-easy-upsert-starter', version='1.0.0')
)
libraryDependencies += "top.wu2020" % "wu-easy-upsert-starter" % "1.0.0"
[top.wu2020/wu-easy-upsert-starter "1.0.0"]