License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.heliorm |
ArtifactId | ArtifactIdtest |
Version | Version0.90 |
Type | Typejar |
Description |
Description[HeliORM] Test
HeliORM - A Type-safe Object Relational Mapper
|
Filename | Size |
---|---|
test-0.90.pom | |
test-0.90.jar | 28 KB |
test-0.90-sources.jar | 6 KB |
test-0.90-javadoc.jar | 452 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.heliorm/test/ -->
<dependency>
<groupId>com.heliorm</groupId>
<artifactId>test</artifactId>
<version>0.90</version>
</dependency>
// https://jarcasting.com/artifacts/com.heliorm/test/
implementation 'com.heliorm:test:0.90'
// https://jarcasting.com/artifacts/com.heliorm/test/
implementation ("com.heliorm:test:0.90")
'com.heliorm:test:jar:0.90'
<dependency org="com.heliorm" name="test" rev="0.90">
<artifact name="test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heliorm', module='test', version='0.90')
)
libraryDependencies += "com.heliorm" % "test" % "0.90"
[com.heliorm/test "0.90"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
com.heliorm : core | jar | 0.90 |
com.heliorm : annotation | jar | 0.90 |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.199 |
com.zaxxer : HikariCP | jar | 3.4.2 |
com.heliorm : mysql | jar | 0.90 |
mysql : mysql-connector-java | jar | 8.0.20 |
org.postgresql : postgresql | jar | 42.2.10 |
com.heliorm : postgresql | jar | 0.90 |
com.heliorm : json | jar | 0.90 |
com.google.code.gson : gson | jar | 2.8.6 |