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