License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.romain-warnan |
ArtifactId | ArtifactIdsimple-java-bitly |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsimple-java-bitly
Very simple URL shortener for Java based on Bitly
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simple-java-bitly-1.1.pom | |
simple-java-bitly-1.1.jar | 9 KB |
simple-java-bitly-1.1-sources.jar | 3 KB |
simple-java-bitly-1.1-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.romain-warnan/simple-java-bitly/ -->
<dependency>
<groupId>com.github.romain-warnan</groupId>
<artifactId>simple-java-bitly</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.romain-warnan/simple-java-bitly/
implementation 'com.github.romain-warnan:simple-java-bitly:1.1'
// https://jarcasting.com/artifacts/com.github.romain-warnan/simple-java-bitly/
implementation ("com.github.romain-warnan:simple-java-bitly:1.1")
'com.github.romain-warnan:simple-java-bitly:jar:1.1'
<dependency org="com.github.romain-warnan" name="simple-java-bitly" rev="1.1">
<artifact name="simple-java-bitly" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.romain-warnan', module='simple-java-bitly', version='1.1')
)
libraryDependencies += "com.github.romain-warnan" % "simple-java-bitly" % "1.1"
[com.github.romain-warnan/simple-java-bitly "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.core : jersey-client | jar | 2.23.2 |
org.glassfish.jersey.connectors : jersey-apache-connector | jar | 2.23.2 |