is not current version
Last Version 1.9.8

io.github.merseyside:archy 1.8.3

Contains some extensions and features on pure kotlin

Categories

Categories

IDE Development Tools
GroupId

GroupId

io.github.merseyside
ArtifactId

ArtifactId

archy
Version

Version

1.8.3
Type

Type

aar

Download archy 1.8.3


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