<dependency> <groupId>com.heliorm</groupId> <artifactId>test</artifactId> <version>0.99.2</version> </dependency>
implementation 'com.heliorm:test:0.99.2'
implementation("com.heliorm:test:0.99.2")
libraryDependencies += "com.heliorm" % "test" % "0.99.2"
@Grapes( @Grab(group='com.heliorm', module='test', version='0.99.2') )
<dependency org="com.heliorm" name="test" rev="0.99.2" />
[com.heliorm/test "0.99.2"]
'com.heliorm:test:jar:0.99.2'
<parent> <groupId>com.heliorm</groupId> <artifactId>orm</artifactId> <version>0.99.2</version> </parent>
compile
|-- org.junit.jupiter:junit-jupiter-engine:5.6.2
|-- com.heliorm:core
|-- com.heliorm:annotation
test
|-- com.h2database:h2:2.1.210
|-- com.zaxxer:HikariCP:3.4.2
|-- com.heliorm:mysql
|-- mysql:mysql-connector-java:8.0.28
|-- org.postgresql:postgresql:42.3.7
|-- com.heliorm:postgresql
|-- com.google.code.gson:gson:2.8.9