is not current version
Last Version 1.8.0

io.qameta.atlas:github 1.5.0

Atlas Github Sample

Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

io.qameta.atlas
ArtifactId

ArtifactId

github
Version

Version

1.5.0
Type

Type

jar

Download github 1.5.0


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