| GroupId | GroupIdru.bozaro.gitlfs |
|---|---|
| ArtifactId | ArtifactIdgitlfs-server |
| Version | Version0.11.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gitlfs-server-0.11.0.pom | |
| gitlfs-server-0.11.0.jar | 22 KB |
| gitlfs-server-0.11.0-sources.jar | 10 KB |
| gitlfs-server-0.11.0-javadoc.jar | 68 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ru.bozaro.gitlfs/gitlfs-server/ -->
<dependency>
<groupId>ru.bozaro.gitlfs</groupId>
<artifactId>gitlfs-server</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.bozaro.gitlfs/gitlfs-server/
implementation 'ru.bozaro.gitlfs:gitlfs-server:0.11.0'
// https://jarcasting.com/artifacts/ru.bozaro.gitlfs/gitlfs-server/
implementation ("ru.bozaro.gitlfs:gitlfs-server:0.11.0")
'ru.bozaro.gitlfs:gitlfs-server:jar:0.11.0'
<dependency org="ru.bozaro.gitlfs" name="gitlfs-server" rev="0.11.0">
<artifact name="gitlfs-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.bozaro.gitlfs', module='gitlfs-server', version='0.11.0')
)
libraryDependencies += "ru.bozaro.gitlfs" % "gitlfs-server" % "0.11.0"
[ru.bozaro.gitlfs/gitlfs-server "0.11.0"]