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