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