is not current version
Last Version 0.2

com.github.developframework:toolkit-base 0.1


GroupId

GroupId

com.github.developframework
ArtifactId

ArtifactId

toolkit-base
Version

Version

0.1
Type

Type

jar

Download toolkit-base 0.1


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