h

hynnet-dep-sql

SQL 编译依赖类。
http://maven.hynnet.com
Files download
File Operation
hynnet-dep-sql-1.1.1.jar download
hynnet-dep-sql-1.1.1.pom download
hynnet-dep-sql-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hynnet</groupId>
  <artifactId>hynnet-dep-sql</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.hynnet:hynnet-dep-sql:1.1.1'
Gradle Kotlin
implementation("com.hynnet:hynnet-dep-sql:1.1.1")
Scala SBT
libraryDependencies += "com.hynnet" % "hynnet-dep-sql" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.hynnet', module='hynnet-dep-sql', version='1.1.1')
)
Apache Ivy
<dependency org="com.hynnet" name="hynnet-dep-sql" rev="1.1.1" />
Leiningen
[com.hynnet/hynnet-dep-sql "1.1.1"]
Apache Buildr
'com.hynnet:hynnet-dep-sql:jar:1.1.1'