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