is not current version
Last Version 1.2

com.github.dingey:toolkit 1.0


GroupId

GroupId

com.github.dingey
ArtifactId

ArtifactId

toolkit
Version

Version

1.0
Type

Type

jar

Download toolkit 1.0


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