Providence Internal

Generated classes used internally mainly in testing. net.morimekta.test.thrift.* Thrift generated files matching the same files in net.morimekta.test.providence.* The other files are providence generated files used in testing.

License

License

Categories

Categories

IDE Development Tools Net
GroupId

GroupId

net.morimekta.providence
ArtifactId

ArtifactId

providence-internal
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Providence Internal
Generated classes used internally mainly in testing. net.morimekta.test.thrift.* Thrift generated files matching the same files in net.morimekta.test.providence.* The other files are providence generated files used in testing.
Source Code Management

Source Code Management

https://github.com/morimekta/providence.git

Download providence-internal

How to add to project

<!-- https://jarcasting.com/artifacts/net.morimekta.providence/providence-internal/ -->
<dependency>
    <groupId>net.morimekta.providence</groupId>
    <artifactId>providence-internal</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.morimekta.providence/providence-internal/
implementation 'net.morimekta.providence:providence-internal:0.0.1'
// https://jarcasting.com/artifacts/net.morimekta.providence/providence-internal/
implementation ("net.morimekta.providence:providence-internal:0.0.1")
'net.morimekta.providence:providence-internal:jar:0.0.1'
<dependency org="net.morimekta.providence" name="providence-internal" rev="0.0.1">
  <artifact name="providence-internal" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.morimekta.providence', module='providence-internal', version='0.0.1')
)
libraryDependencies += "net.morimekta.providence" % "providence-internal" % "0.0.1"
[net.morimekta.providence/providence-internal "0.0.1"]

Dependencies

compile (8)

Group / Artifact Type Version
net.morimekta.providence : providence-core jar 0.0.1
net.morimekta.providence : providence-core-jackson jar 0.0.1
net.morimekta.utils : android-util jar 0.2.1
com.fasterxml.jackson.core : jackson-databind jar 2.7.3
com.fasterxml.jackson.core : jackson-annotations jar 2.7.3
com.fasterxml.jackson.core : jackson-core jar 2.7.3
org.apache.thrift : libthrift jar 0.9.3
org.slf4j : slf4j-api jar 1.7.19

Project Modules

There are no modules declared in this project.

Providence Serialization

build status Code Coverage Javadocs

The providence project was made in order to make an immutable model java library for thrift. It is mostly separate from the thrift library, but can use the standard thrift protocols to serialize and deserialize messages. It is mainly based on the Facebook / Apache thrift library, but with some differences and limitations.

See the project site at www.morimekta.net/providence for setup and usage instructions.

Also See

Projects that are strongly related to this:

Versions

Version
0.0.1