Skip to content

integrationagent/hubspot-java

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

hubspot-java

Java Wrapper for HubSpot API (http://developers.hubspot.com/docs/overview)

Currently implemented

  • Contacts
  • Lists
  • Engagements

Maven Installation

<repositories>
	...
	<repository>
		<id>bintray</id>
		<url>http://dl.bintray.com/integrationagent/hubspot-java</url>
		<releases>
			<enabled>true</enabled>
		</releases>
		<snapshots>
			<enabled>false</enabled>
		</snapshots>
	</repository>
	...
</repositories>
<dependencies>
	...
	<dependency>
		<groupId>com.integrationagent</groupId>
		<artifactId>hubspot-java</artifactId>
		<version>0.1</version>
	</dependency>
	...
</dependencies>

Developed by DepositFix - Payment Integration for HubSpot https://www.depositfix.com/

About

Java Wrapper for HubSpot API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages