License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdvc.inreach.angellist |
ArtifactId | ArtifactIdangellist-client |
Version | Version0.0.5 |
Type | Typejar |
Description |
DescriptionAngelList Client
Java / JVM client for hitting the AngelList API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
angellist-client-0.0.5.pom | |
angellist-client-0.0.5.jar | 69 KB |
angellist-client-0.0.5-sources.jar | 25 KB |
angellist-client-0.0.5-javadoc.jar | 205 KB |
Browse |
<!-- https://jarcasting.com/artifacts/vc.inreach.angellist/angellist-client/ -->
<dependency>
<groupId>vc.inreach.angellist</groupId>
<artifactId>angellist-client</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/vc.inreach.angellist/angellist-client/
implementation 'vc.inreach.angellist:angellist-client:0.0.5'
// https://jarcasting.com/artifacts/vc.inreach.angellist/angellist-client/
implementation ("vc.inreach.angellist:angellist-client:0.0.5")
'vc.inreach.angellist:angellist-client:jar:0.0.5'
<dependency org="vc.inreach.angellist" name="angellist-client" rev="0.0.5">
<artifact name="angellist-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='vc.inreach.angellist', module='angellist-client', version='0.0.5')
)
libraryDependencies += "vc.inreach.angellist" % "angellist-client" % "0.0.5"
[vc.inreach.angellist/angellist-client "0.0.5"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-jackson | jar | |
org.glassfish.jersey.core : jersey-client | jar | |
com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.6.3 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.6.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
org.mockito : mockito-core | jar |