is not current version
Last Version 0.3

com.github.devilyaos:AutoGenerate 0.2

auto-generate is a java tool to reduce coding work .

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.github.devilyaos
ArtifactId

ArtifactId

AutoGenerate
Version

Version

0.2
Type

Type

jar

Download AutoGenerate 0.2


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