is not current version
Last Version 2.15

com.redhat.red.build:kojiji 2.13

Koji Java Interface

GroupId

GroupId

com.redhat.red.build
ArtifactId

ArtifactId

kojiji
Version

Version

2.13
Type

Type

jar

Download kojiji 2.13


<!-- https://jarcasting.com/artifacts/com.redhat.red.build/kojiji/ -->
<dependency>
    <groupId>com.redhat.red.build</groupId>
    <artifactId>kojiji</artifactId>
    <version>2.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.red.build/kojiji/
implementation 'com.redhat.red.build:kojiji:2.13'
// https://jarcasting.com/artifacts/com.redhat.red.build/kojiji/
implementation ("com.redhat.red.build:kojiji:2.13")
'com.redhat.red.build:kojiji:jar:2.13'
<dependency org="com.redhat.red.build" name="kojiji" rev="2.13">
  <artifact name="kojiji" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redhat.red.build', module='kojiji', version='2.13')
)
libraryDependencies += "com.redhat.red.build" % "kojiji" % "2.13"
[com.redhat.red.build/kojiji "2.13"]