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