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