GroupId | GroupIdcom.github.edgar615 |
---|---|
ArtifactId | ArtifactIdjdbc-codegen |
Version | Version1.0.11 |
Type | Typejar |
Filename | Size |
---|---|
jdbc-codegen-1.0.11.pom | |
jdbc-codegen-1.0.11.jar | 30 KB |
jdbc-codegen-1.0.11-sources.jar | 16 KB |
jdbc-codegen-1.0.11-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.edgar615/jdbc-codegen/ -->
<dependency>
<groupId>com.github.edgar615</groupId>
<artifactId>jdbc-codegen</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgar615/jdbc-codegen/
implementation 'com.github.edgar615:jdbc-codegen:1.0.11'
// https://jarcasting.com/artifacts/com.github.edgar615/jdbc-codegen/
implementation ("com.github.edgar615:jdbc-codegen:1.0.11")
'com.github.edgar615:jdbc-codegen:jar:1.0.11'
<dependency org="com.github.edgar615" name="jdbc-codegen" rev="1.0.11">
<artifact name="jdbc-codegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.edgar615', module='jdbc-codegen', version='1.0.11')
)
libraryDependencies += "com.github.edgar615" % "jdbc-codegen" % "1.0.11"
[com.github.edgar615/jdbc-codegen "1.0.11"]