GroupId | GroupIdcom.gitlab.jhonsapp |
---|---|
ArtifactId | ArtifactIdrepository |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
repository-1.0.5.pom | |
repository-1.0.5.jar | 16 KB |
repository-1.0.5-sources.jar | 11 KB |
repository-1.0.5-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.jhonsapp/repository/ -->
<dependency>
<groupId>com.gitlab.jhonsapp</groupId>
<artifactId>repository</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.jhonsapp/repository/
implementation 'com.gitlab.jhonsapp:repository:1.0.5'
// https://jarcasting.com/artifacts/com.gitlab.jhonsapp/repository/
implementation ("com.gitlab.jhonsapp:repository:1.0.5")
'com.gitlab.jhonsapp:repository:jar:1.0.5'
<dependency org="com.gitlab.jhonsapp" name="repository" rev="1.0.5">
<artifact name="repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.jhonsapp', module='repository', version='1.0.5')
)
libraryDependencies += "com.gitlab.jhonsapp" % "repository" % "1.0.5"
[com.gitlab.jhonsapp/repository "1.0.5"]