is not current version
Last Version 1.0-rc3

com.github.attt:archer-core 1.0-rc1


GroupId

GroupId

com.github.attt
ArtifactId

ArtifactId

archer-core
Version

Version

1.0-rc1
Type

Type

jar

Download archer-core 1.0-rc1


<!-- https://jarcasting.com/artifacts/com.github.attt/archer-core/ -->
<dependency>
    <groupId>com.github.attt</groupId>
    <artifactId>archer-core</artifactId>
    <version>1.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.attt/archer-core/
implementation 'com.github.attt:archer-core:1.0-rc1'
// https://jarcasting.com/artifacts/com.github.attt/archer-core/
implementation ("com.github.attt:archer-core:1.0-rc1")
'com.github.attt:archer-core:jar:1.0-rc1'
<dependency org="com.github.attt" name="archer-core" rev="1.0-rc1">
  <artifact name="archer-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.attt', module='archer-core', version='1.0-rc1')
)
libraryDependencies += "com.github.attt" % "archer-core" % "1.0-rc1"
[com.github.attt/archer-core "1.0-rc1"]