Courier Gradle Plugin

Scala data binding generator for multiple data formats including JSON and Avro.

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.coursera.courier
ArtifactId

ArtifactId

gradle-plugin_2.10
Last Version

Last Version

0.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

Courier Gradle Plugin
Scala data binding generator for multiple data formats including JSON and Avro.
Project URL

Project URL

https://github.com/coursera/courier
Source Code Management

Source Code Management

https://github.com/coursera/courier/tree/master

Download gradle-plugin_2.10

How to add to project

<!-- https://jarcasting.com/artifacts/org.coursera.courier/gradle-plugin_2.10/ -->
<dependency>
    <groupId>org.coursera.courier</groupId>
    <artifactId>gradle-plugin_2.10</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.coursera.courier/gradle-plugin_2.10/
implementation 'org.coursera.courier:gradle-plugin_2.10:0.3.1'
// https://jarcasting.com/artifacts/org.coursera.courier/gradle-plugin_2.10/
implementation ("org.coursera.courier:gradle-plugin_2.10:0.3.1")
'org.coursera.courier:gradle-plugin_2.10:jar:0.3.1'
<dependency org="org.coursera.courier" name="gradle-plugin_2.10" rev="0.3.1">
  <artifact name="gradle-plugin_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.coursera.courier', module='gradle-plugin_2.10', version='0.3.1')
)
libraryDependencies += "org.coursera.courier" % "gradle-plugin_2.10" % "0.3.1"
[org.coursera.courier/gradle-plugin_2.10 "0.3.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.5
org.coursera.courier : courier-generator_2.10 jar 0.3.1

Project Modules

There are no modules declared in this project.

Build Status

Courier

Modern data interchange system for web + mobile stacks that combines an expressive schema language with language idiomatic data binding generators.


Website | Getting Started | Schema Language | Data Protocols

Why Courier?

Courier is the only comprehensive, schema based data system centered around JSON. Binary protocols, such as Protobuf and Thrift have proven that data schemas are an excellent way to share the structure of data messaged between multiple systems and programming languages. For JSON, however, there are few systems that take a schema driven approach and none that provide satisfactory type systems. Courier's solves this problem, providing a type safe, schema driven way of sharing JSON data between backends, web and mobile.

To learn more, see coursera.github.io/courier

License

Courier is Apache 2.0 Licensed.

Contributing

For development and submitting pull requests, please see the Contributing document.

org.coursera.courier

Coursera

Versions

Version
0.3.1