| Группа | Группаio.github.why-group |
|---|---|
| Идентификатор | ИдентификаторWHY-Core |
| Версия | Версия0.0.2-RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| WHY-Core-0.0.2-RELEASE.pom | |
| WHY-Core-0.0.2-RELEASE.jar | 103 KB |
| WHY-Core-0.0.2-RELEASE-sources.jar | 69 KB |
| WHY-Core-0.0.2-RELEASE-javadoc.jar | 492 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.why-group/WHY-Core/ -->
<dependency>
<groupId>io.github.why-group</groupId>
<artifactId>WHY-Core</artifactId>
<version>0.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.why-group/WHY-Core/
implementation 'io.github.why-group:WHY-Core:0.0.2-RELEASE'
// https://jarcasting.com/artifacts/io.github.why-group/WHY-Core/
implementation ("io.github.why-group:WHY-Core:0.0.2-RELEASE")
'io.github.why-group:WHY-Core:jar:0.0.2-RELEASE'
<dependency org="io.github.why-group" name="WHY-Core" rev="0.0.2-RELEASE">
<artifact name="WHY-Core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.why-group', module='WHY-Core', version='0.0.2-RELEASE')
)
libraryDependencies += "io.github.why-group" % "WHY-Core" % "0.0.2-RELEASE"
[io.github.why-group/WHY-Core "0.0.2-RELEASE"]