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