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