Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdio.github.nterry |
ArtifactId | ArtifactIdarchaius-github-model |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.nterry/archaius-github-model/ -->
<dependency>
<groupId>io.github.nterry</groupId>
<artifactId>archaius-github-model</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.nterry/archaius-github-model/
implementation 'io.github.nterry:archaius-github-model:1.2.0'
// https://jarcasting.com/artifacts/io.github.nterry/archaius-github-model/
implementation ("io.github.nterry:archaius-github-model:1.2.0")
'io.github.nterry:archaius-github-model:jar:1.2.0'
<dependency org="io.github.nterry" name="archaius-github-model" rev="1.2.0">
<artifact name="archaius-github-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.nterry', module='archaius-github-model', version='1.2.0')
)
libraryDependencies += "io.github.nterry" % "archaius-github-model" % "1.2.0"
[io.github.nterry/archaius-github-model "1.2.0"]