GroupId | GroupIdru.taskurotta |
---|---|
ArtifactId | ArtifactIdtest |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
test-0.8.0.pom | |
test-0.8.0.jar | 102 KB |
test-0.8.0-sources.jar | 50 KB |
test-0.8.0-javadoc.jar | 307 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.taskurotta/test/ -->
<dependency>
<groupId>ru.taskurotta</groupId>
<artifactId>test</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.taskurotta/test/
implementation 'ru.taskurotta:test:0.8.0'
// https://jarcasting.com/artifacts/ru.taskurotta/test/
implementation ("ru.taskurotta:test:0.8.0")
'ru.taskurotta:test:jar:0.8.0'
<dependency org="ru.taskurotta" name="test" rev="0.8.0">
<artifact name="test" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.taskurotta', module='test', version='0.8.0')
)
libraryDependencies += "ru.taskurotta" % "test" % "0.8.0"
[ru.taskurotta/test "0.8.0"]