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