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