GroupId | GroupIdspace.jooflint |
---|---|
ArtifactId | ArtifactIdtest |
Version | Version0.14.12 |
Type | Typeaar |
Filename | Size |
---|---|
test-0.14.12.pom | |
test-0.14.12-sources.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/space.jooflint/test/ -->
<dependency>
<groupId>space.jooflint</groupId>
<artifactId>test</artifactId>
<version>0.14.12</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/space.jooflint/test/
implementation 'space.jooflint:test:0.14.12'
// https://jarcasting.com/artifacts/space.jooflint/test/
implementation ("space.jooflint:test:0.14.12")
'space.jooflint:test:aar:0.14.12'
<dependency org="space.jooflint" name="test" rev="0.14.12">
<artifact name="test" type="aar" />
</dependency>
@Grapes(
@Grab(group='space.jooflint', module='test', version='0.14.12')
)
libraryDependencies += "space.jooflint" % "test" % "0.14.12"
[space.jooflint/test "0.14.12"]