Categories |
CategoriesMySQL Data Databases |
---|---|
GroupId | GroupIdcom.github.edgar615 |
ArtifactId | ArtifactIdmysql-mapping |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
mysql-mapping-0.0.1.pom | |
mysql-mapping-0.0.1.jar | 19 KB |
mysql-mapping-0.0.1-sources.jar | 10 KB |
mysql-mapping-0.0.1-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.edgar615/mysql-mapping/ -->
<dependency>
<groupId>com.github.edgar615</groupId>
<artifactId>mysql-mapping</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgar615/mysql-mapping/
implementation 'com.github.edgar615:mysql-mapping:0.0.1'
// https://jarcasting.com/artifacts/com.github.edgar615/mysql-mapping/
implementation ("com.github.edgar615:mysql-mapping:0.0.1")
'com.github.edgar615:mysql-mapping:jar:0.0.1'
<dependency org="com.github.edgar615" name="mysql-mapping" rev="0.0.1">
<artifact name="mysql-mapping" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.edgar615', module='mysql-mapping', version='0.0.1')
)
libraryDependencies += "com.github.edgar615" % "mysql-mapping" % "0.0.1"
[com.github.edgar615/mysql-mapping "0.0.1"]