| GroupId | GroupIdru.bozaro.gitlfs |
|---|---|
| ArtifactId | ArtifactIdgitlfs-server |
| Version | Version0.13.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gitlfs-server-0.13.3.pom | |
| gitlfs-server-0.13.3.jar | 26 KB |
| gitlfs-server-0.13.3-sources.jar | 11 KB |
| gitlfs-server-0.13.3-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.13.3</version>
</dependency>
// https://jarcasting.com/artifacts/ru.bozaro.gitlfs/gitlfs-server/
implementation 'ru.bozaro.gitlfs:gitlfs-server:0.13.3'
// https://jarcasting.com/artifacts/ru.bozaro.gitlfs/gitlfs-server/
implementation ("ru.bozaro.gitlfs:gitlfs-server:0.13.3")
'ru.bozaro.gitlfs:gitlfs-server:jar:0.13.3'
<dependency org="ru.bozaro.gitlfs" name="gitlfs-server" rev="0.13.3">
<artifact name="gitlfs-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.bozaro.gitlfs', module='gitlfs-server', version='0.13.3')
)
libraryDependencies += "ru.bozaro.gitlfs" % "gitlfs-server" % "0.13.3"
[ru.bozaro.gitlfs/gitlfs-server "0.13.3"]