<dependency> <groupId>com.heimuheimu</groupId> <artifactId>mysql-jdbc</artifactId> <version>1.0</version> </dependency>
implementation 'com.heimuheimu:mysql-jdbc:1.0'
implementation("com.heimuheimu:mysql-jdbc:1.0")
libraryDependencies += "com.heimuheimu" % "mysql-jdbc" % "1.0"
@Grapes( @Grab(group='com.heimuheimu', module='mysql-jdbc', version='1.0') )
<dependency org="com.heimuheimu" name="mysql-jdbc" rev="1.0" />
[com.heimuheimu/mysql-jdbc "1.0"]
'com.heimuheimu:mysql-jdbc:jar:1.0'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.heimuheimu:naivemonitor:1.0
provided
|-- org.slf4j:slf4j-log4j12:1.7.5
|-- org.springframework:spring-context:3.1.4.RELEASE
test
|-- junit:junit:4.12