GroupId | GroupIdio.takari.aether |
---|---|
ArtifactId | ArtifactIdtakari-local-repository |
Version | Version0.9.0 |
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.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.takari.aether/takari-local-repository/
implementation 'io.takari.aether:takari-local-repository:0.9.0'
// https://jarcasting.com/artifacts/io.takari.aether/takari-local-repository/
implementation ("io.takari.aether:takari-local-repository:0.9.0")
'io.takari.aether:takari-local-repository:jar:0.9.0'
<dependency org="io.takari.aether" name="takari-local-repository" rev="0.9.0">
<artifact name="takari-local-repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.takari.aether', module='takari-local-repository', version='0.9.0')
)
libraryDependencies += "io.takari.aether" % "takari-local-repository" % "0.9.0"
[io.takari.aether/takari-local-repository "0.9.0"]