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