Skip to content

FlorianCassayre/cursorsio-client

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
 
 
 
 
 
 
 
 
 
 
 
 

cursorsio-client

Travis License

Setup

SBT

In your build.sbt file, add the following resolver:

resolvers += "FlorianCassayre-cursorsio-client" at "https://packagecloud.io/FlorianCassayre/cursorsio-client/maven2"

and include the library as a dependency:

libraryDependencies += "me.cassayre.florian" % "cursorsio-client_2.12" % "1.0"

Maven

In your pom.xml file, add the following resolver in repositories:

<repository>
  <id>FlorianCassayre-cursorsio-client</id>
  <url>https://packagecloud.io/FlorianCassayre/cursorsio-client/maven2</url>
</repository>

and include the library as a dependency in dependencies:

<dependency>
  <groupId>me.cassayre.florian</groupId>
  <artifactId>cursorsio-client_2.12</artifactId>
  <version>1.0</version>
</dependency>

Example

See Example.scala.

About

A cursors.io client.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages