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