is not current version
Last Version 1.0.3.RELEASE

cool.happycoding:happy-code 1.0.1.RELEASE

微服务技术组件

GroupId

GroupId

cool.happycoding
ArtifactId

ArtifactId

happy-code
Version

Version

1.0.1.RELEASE
Type

Type

pom

Download happy-code 1.0.1.RELEASE


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