GroupId | GroupIdio.takari.aether |
---|---|
ArtifactId | ArtifactIdtakari-local-repository |
Version | Version0.0.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.takari.aether/takari-local-repository/ -->
<dependency>
<groupId>io.takari.aether</groupId>
<artifactId>takari-local-repository</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.takari.aether/takari-local-repository/
implementation 'io.takari.aether:takari-local-repository:0.0.8'
// https://jarcasting.com/artifacts/io.takari.aether/takari-local-repository/
implementation ("io.takari.aether:takari-local-repository:0.0.8")
'io.takari.aether:takari-local-repository:jar:0.0.8'
<dependency org="io.takari.aether" name="takari-local-repository" rev="0.0.8">
<artifact name="takari-local-repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.takari.aether', module='takari-local-repository', version='0.0.8')
)
libraryDependencies += "io.takari.aether" % "takari-local-repository" % "0.0.8"
[io.takari.aether/takari-local-repository "0.0.8"]