Categories |
CategoriesJava Languages Net |
---|---|
GroupId | GroupIdcom.github.ljtfreitas |
ArtifactId | ArtifactIdjava-restify-netflix |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
java-restify-netflix-1.1.1.pom | |
java-restify-netflix-1.1.1.jar | 36 KB |
java-restify-netflix-1.1.1-sources.jar | 29 KB |
java-restify-netflix-1.1.1-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-netflix/ -->
<dependency>
<groupId>com.github.ljtfreitas</groupId>
<artifactId>java-restify-netflix</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-netflix/
implementation 'com.github.ljtfreitas:java-restify-netflix:1.1.1'
// https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-netflix/
implementation ("com.github.ljtfreitas:java-restify-netflix:1.1.1")
'com.github.ljtfreitas:java-restify-netflix:jar:1.1.1'
<dependency org="com.github.ljtfreitas" name="java-restify-netflix" rev="1.1.1">
<artifact name="java-restify-netflix" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ljtfreitas', module='java-restify-netflix', version='1.1.1')
)
libraryDependencies += "com.github.ljtfreitas" % "java-restify-netflix" % "1.1.1"
[com.github.ljtfreitas/java-restify-netflix "1.1.1"]