Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.romain-warnan |
ArtifactId | ArtifactIdsimple-java-bitly |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
simple-java-bitly-1.0.pom | |
simple-java-bitly-1.0.jar | 5 KB |
simple-java-bitly-1.0-sources.jar | 2 KB |
simple-java-bitly-1.0-javadoc.jar | 28 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.romain-warnan/simple-java-bitly/
implementation 'com.github.romain-warnan:simple-java-bitly:1.0'
// https://jarcasting.com/artifacts/com.github.romain-warnan/simple-java-bitly/
implementation ("com.github.romain-warnan:simple-java-bitly:1.0")
'com.github.romain-warnan:simple-java-bitly:jar:1.0'
<dependency org="com.github.romain-warnan" name="simple-java-bitly" rev="1.0">
<artifact name="simple-java-bitly" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.romain-warnan', module='simple-java-bitly', version='1.0')
)
libraryDependencies += "com.github.romain-warnan" % "simple-java-bitly" % "1.0"
[com.github.romain-warnan/simple-java-bitly "1.0"]