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