Categories |
CategoriesJava Languages Net |
---|---|
GroupId | GroupIdcom.github.ljtfreitas |
ArtifactId | ArtifactIdjava-restify-netflix |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
java-restify-netflix-1.3.0.pom | |
java-restify-netflix-1.3.0.jar | 47 KB |
java-restify-netflix-1.3.0-sources.jar | 39 KB |
java-restify-netflix-1.3.0-javadoc.jar | 139 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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-netflix/
implementation 'com.github.ljtfreitas:java-restify-netflix:1.3.0'
// https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-netflix/
implementation ("com.github.ljtfreitas:java-restify-netflix:1.3.0")
'com.github.ljtfreitas:java-restify-netflix:jar:1.3.0'
<dependency org="com.github.ljtfreitas" name="java-restify-netflix" rev="1.3.0">
<artifact name="java-restify-netflix" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ljtfreitas', module='java-restify-netflix', version='1.3.0')
)
libraryDependencies += "com.github.ljtfreitas" % "java-restify-netflix" % "1.3.0"
[com.github.ljtfreitas/java-restify-netflix "1.3.0"]