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