Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.devilyaos |
ArtifactId | ArtifactIdAutoGenerate |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
AutoGenerate-0.2.pom | |
AutoGenerate-0.2.jar | 8 KB |
AutoGenerate-0.2-sources.jar | 3 KB |
AutoGenerate-0.2-javadoc.jar | 30 KB |
Browse |
<!-- 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"]