| Группа | Группаcool.happycoding |
|---|---|
| Идентификатор | Идентификаторhappy-code-base |
| Версия | Версия1.0.0.RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| happy-code-base-1.0.0.RELEASE.pom | |
| happy-code-base-1.0.0.RELEASE.jar | 20 KB |
| happy-code-base-1.0.0.RELEASE-sources.jar | 11 KB |
| happy-code-base-1.0.0.RELEASE-javadoc.jar | 158 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cool.happycoding/happy-code-base/ -->
<dependency>
<groupId>cool.happycoding</groupId>
<artifactId>happy-code-base</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cool.happycoding/happy-code-base/
implementation 'cool.happycoding:happy-code-base:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/cool.happycoding/happy-code-base/
implementation ("cool.happycoding:happy-code-base:1.0.0.RELEASE")
'cool.happycoding:happy-code-base:jar:1.0.0.RELEASE'
<dependency org="cool.happycoding" name="happy-code-base" rev="1.0.0.RELEASE">
<artifact name="happy-code-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='cool.happycoding', module='happy-code-base', version='1.0.0.RELEASE')
)
libraryDependencies += "cool.happycoding" % "happy-code-base" % "1.0.0.RELEASE"
[cool.happycoding/happy-code-base "1.0.0.RELEASE"]