Skip to content

GearLaunch/kount-ris-java-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Kount Java SDK

What is this repository for?

  • Contains sources, tests, and resources for the Kount Java SDK
  • SDK version: 7.0.0

How do I get set up?

  • Clone the respository
  • Dependencies
    • maven 3+
    • JDK/JRE 1.7+
  • How to build the SDK and run integration tests
    • setup maven
    • run mvn clean install -DargLine="-Dkount.config.key='...'" in root directory (if characters like ", \``, or '` are present, they need to be escaped)
  • Setting up IDE projects
    • eclipse - run mvn eclipse:eclipse and import as existing project
    • IDEA - IDEA has automatic maven integration

Contribution guidelines

  • New features development / bug fixes should be implemented in their own branch having a meaningful name. Create a pull request, assign a reviewer, and respond to comments.
  • Code review -- if you are the assigned reviewer, check for
    • correct usage of programming language tools
    • nice comments
    • code cleanliness (no unused imports, variables, methods)
    • code complexity
    • tests

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%