License |
License |
---|---|
Categories |
CategoriesMySQL Data Databases ORM |
GroupId | GroupIdcom.heliorm |
ArtifactId | ArtifactIdmysql |
Version | Version0.98 |
Type | Typejar |
Description |
Description[HeliORM] MySQL Driver
HeliORM - A Type-safe Object Relational Mapper
|
Filename | Size |
---|---|
mysql-0.98.pom | |
mysql-0.98.jar | 9 KB |
mysql-0.98-sources.jar | 4 KB |
mysql-0.98-javadoc.jar | 396 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.heliorm/mysql/ -->
<dependency>
<groupId>com.heliorm</groupId>
<artifactId>mysql</artifactId>
<version>0.98</version>
</dependency>
// https://jarcasting.com/artifacts/com.heliorm/mysql/
implementation 'com.heliorm:mysql:0.98'
// https://jarcasting.com/artifacts/com.heliorm/mysql/
implementation ("com.heliorm:mysql:0.98")
'com.heliorm:mysql:jar:0.98'
<dependency org="com.heliorm" name="mysql" rev="0.98">
<artifact name="mysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heliorm', module='mysql', version='0.98')
)
libraryDependencies += "com.heliorm" % "mysql" % "0.98"
[com.heliorm/mysql "0.98"]
Group / Artifact | Type | Version |
---|---|---|
com.heliorm : core | jar | 0.98 |