Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.sdcxy |
ArtifactId | ArtifactIdauto-generate-code |
Version | Version1.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.sdcxy/auto-generate-code/ -->
<dependency>
<groupId>com.github.sdcxy</groupId>
<artifactId>auto-generate-code</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sdcxy/auto-generate-code/
implementation 'com.github.sdcxy:auto-generate-code:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.sdcxy/auto-generate-code/
implementation ("com.github.sdcxy:auto-generate-code:1.0-RELEASE")
'com.github.sdcxy:auto-generate-code:jar:1.0-RELEASE'
<dependency org="com.github.sdcxy" name="auto-generate-code" rev="1.0-RELEASE">
<artifact name="auto-generate-code" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sdcxy', module='auto-generate-code', version='1.0-RELEASE')
)
libraryDependencies += "com.github.sdcxy" % "auto-generate-code" % "1.0-RELEASE"
[com.github.sdcxy/auto-generate-code "1.0-RELEASE"]