GroupId | GroupIdcom.github.houbb |
---|---|
ArtifactId | ArtifactIdlow-code-gen |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
low-code-gen-1.3.1.pom | |
low-code-gen-1.3.1.jar | 59 KB |
low-code-gen-1.3.1-sources.jar | 44 KB |
low-code-gen-1.3.1-javadoc.jar | 220 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/low-code-gen/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>low-code-gen</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/low-code-gen/
implementation 'com.github.houbb:low-code-gen:1.3.1'
// https://jarcasting.com/artifacts/com.github.houbb/low-code-gen/
implementation ("com.github.houbb:low-code-gen:1.3.1")
'com.github.houbb:low-code-gen:jar:1.3.1'
<dependency org="com.github.houbb" name="low-code-gen" rev="1.3.1">
<artifact name="low-code-gen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='low-code-gen', version='1.3.1')
)
libraryDependencies += "com.github.houbb" % "low-code-gen" % "1.3.1"
[com.github.houbb/low-code-gen "1.3.1"]