не последняя версия
Последняя версия 1.1

io.github.doohee94:common 1.0

java common modules. for example, annotations or utils etc..

Группа

Группа

io.github.doohee94
Идентификатор

Идентификатор

common
Версия

Версия

1.0
Тип

Тип

jar

Скачать common 1.0


<!-- https://jarcasting.com/artifacts/io.github.doohee94/common/ -->
<dependency>
    <groupId>io.github.doohee94</groupId>
    <artifactId>common</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.doohee94/common/
implementation 'io.github.doohee94:common:1.0'
// https://jarcasting.com/artifacts/io.github.doohee94/common/
implementation ("io.github.doohee94:common:1.0")
'io.github.doohee94:common:jar:1.0'
<dependency org="io.github.doohee94" name="common" rev="1.0">
  <artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.doohee94', module='common', version='1.0')
)
libraryDependencies += "io.github.doohee94" % "common" % "1.0"
[io.github.doohee94/common "1.0"]