Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.heliorm |
ArtifactId | ArtifactIdtest |
Version | Version0.89 |
Type | Typejar |
Filename | Size |
---|---|
test-0.89.pom | |
test-0.89.jar | 28 KB |
test-0.89-sources.jar | 6 KB |
test-0.89-javadoc.jar | 452 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.heliorm/test/ -->
<dependency>
<groupId>com.heliorm</groupId>
<artifactId>test</artifactId>
<version>0.89</version>
</dependency>
// https://jarcasting.com/artifacts/com.heliorm/test/
implementation 'com.heliorm:test:0.89'
// https://jarcasting.com/artifacts/com.heliorm/test/
implementation ("com.heliorm:test:0.89")
'com.heliorm:test:jar:0.89'
<dependency org="com.heliorm" name="test" rev="0.89">
<artifact name="test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heliorm', module='test', version='0.89')
)
libraryDependencies += "com.heliorm" % "test" % "0.89"
[com.heliorm/test "0.89"]