License |
License |
---|---|
GroupId | GroupIdcom.seezoon |
ArtifactId | ArtifactIdluna-code-gen |
Last Version | Last Version1.0.2-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionluna-code-gen
自动生成dao entity service,程序引入时候maven scope选择test
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.seezoon/luna-code-gen/ -->
<dependency>
<groupId>com.seezoon</groupId>
<artifactId>luna-code-gen</artifactId>
<version>1.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.seezoon/luna-code-gen/
implementation 'com.seezoon:luna-code-gen:1.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.seezoon/luna-code-gen/
implementation ("com.seezoon:luna-code-gen:1.0.2-RELEASE")
'com.seezoon:luna-code-gen:jar:1.0.2-RELEASE'
<dependency org="com.seezoon" name="luna-code-gen" rev="1.0.2-RELEASE">
<artifact name="luna-code-gen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seezoon', module='luna-code-gen', version='1.0.2-RELEASE')
)
libraryDependencies += "com.seezoon" % "luna-code-gen" % "1.0.2-RELEASE"
[com.seezoon/luna-code-gen "1.0.2-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.seezoon : luna-service | jar | 1.0.2-RELEASE |
org.freemarker : freemarker | jar | |
org.springframework.boot : spring-boot-devtools | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |