| GroupId | GroupIdorg.bitbucket.anupharp |
|---|---|
| ArtifactId | ArtifactIdmy-library |
| Version | Version0.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| my-library-0.0.4.pom | |
| my-library-0.0.4.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.anupharp/my-library/ -->
<dependency>
<groupId>org.bitbucket.anupharp</groupId>
<artifactId>my-library</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.anupharp/my-library/
implementation 'org.bitbucket.anupharp:my-library:0.0.4'
// https://jarcasting.com/artifacts/org.bitbucket.anupharp/my-library/
implementation ("org.bitbucket.anupharp:my-library:0.0.4")
'org.bitbucket.anupharp:my-library:jar:0.0.4'
<dependency org="org.bitbucket.anupharp" name="my-library" rev="0.0.4">
<artifact name="my-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.anupharp', module='my-library', version='0.0.4')
)
libraryDependencies += "org.bitbucket.anupharp" % "my-library" % "0.0.4"
[org.bitbucket.anupharp/my-library "0.0.4"]