| Группа | Группаio.github.objektif |
|---|---|
| Идентификатор | ИдентификаторObjektIf-core |
| Версия | ВерсияgitTag_increment-and-commithash |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.github.objektif/ObjektIf-core/ -->
<dependency>
<groupId>io.github.objektif</groupId>
<artifactId>ObjektIf-core</artifactId>
<version>gitTag_increment-and-commithash</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.objektif/ObjektIf-core/
implementation 'io.github.objektif:ObjektIf-core:gitTag_increment-and-commithash'
// https://jarcasting.com/artifacts/io.github.objektif/ObjektIf-core/
implementation ("io.github.objektif:ObjektIf-core:gitTag_increment-and-commithash")
'io.github.objektif:ObjektIf-core:jar:gitTag_increment-and-commithash'
<dependency org="io.github.objektif" name="ObjektIf-core" rev="gitTag_increment-and-commithash">
<artifact name="ObjektIf-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.objektif', module='ObjektIf-core', version='gitTag_increment-and-commithash')
)
libraryDependencies += "io.github.objektif" % "ObjektIf-core" % "gitTag_increment-and-commithash"
[io.github.objektif/ObjektIf-core "gitTag_increment-and-commithash"]