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