GroupId | GroupIdcom.rosaloves |
---|---|
ArtifactId | ArtifactIdbitlyj |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
bitlyj-1.0.pom | |
bitlyj-1.0.jar | 16 KB |
bitlyj-1.0-sources.jar | 12 KB |
bitlyj-1.0-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rosaloves/bitlyj/ -->
<dependency>
<groupId>com.rosaloves</groupId>
<artifactId>bitlyj</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rosaloves/bitlyj/
implementation 'com.rosaloves:bitlyj:1.0'
// https://jarcasting.com/artifacts/com.rosaloves/bitlyj/
implementation ("com.rosaloves:bitlyj:1.0")
'com.rosaloves:bitlyj:jar:1.0'
<dependency org="com.rosaloves" name="bitlyj" rev="1.0">
<artifact name="bitlyj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rosaloves', module='bitlyj', version='1.0')
)
libraryDependencies += "com.rosaloves" % "bitlyj" % "1.0"
[com.rosaloves/bitlyj "1.0"]