GroupId | GroupIdcool.happycoding |
---|---|
ArtifactId | ArtifactIdhappy-code-starter-cache |
Version | Version1.0.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cool.happycoding/happy-code-starter-cache/ -->
<dependency>
<groupId>cool.happycoding</groupId>
<artifactId>happy-code-starter-cache</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cool.happycoding/happy-code-starter-cache/
implementation 'cool.happycoding:happy-code-starter-cache:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/cool.happycoding/happy-code-starter-cache/
implementation ("cool.happycoding:happy-code-starter-cache:1.0.1.RELEASE")
'cool.happycoding:happy-code-starter-cache:jar:1.0.1.RELEASE'
<dependency org="cool.happycoding" name="happy-code-starter-cache" rev="1.0.1.RELEASE">
<artifact name="happy-code-starter-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='cool.happycoding', module='happy-code-starter-cache', version='1.0.1.RELEASE')
)
libraryDependencies += "cool.happycoding" % "happy-code-starter-cache" % "1.0.1.RELEASE"
[cool.happycoding/happy-code-starter-cache "1.0.1.RELEASE"]