is not current version
Last Version 0.2

com.github.developframework:toolkit 0.1

Java Develop Toolkit

GroupId

GroupId

com.github.developframework
ArtifactId

ArtifactId

toolkit
Version

Version

0.1
Type

Type

pom

Download toolkit 0.1

Filename Size
toolkit-0.1.pom 7 KB
Browse

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