Last Version

Geck 0.0.1

A set of tools for serializing, migrating, filtering and generating thrift objects.

License

License

GroupId

GroupId

dev.vality.geck
ArtifactId

ArtifactId

parent
Version

Version

0.0.1
Type

Type

pom
Description

Description

Geck
A set of tools for serializing, migrating, filtering and generating thrift objects.
Project URL

Project URL

https://github.com/rbkmoney/geck.git
Source Code Management

Source Code Management

https://github.com/valitydev/geck/tree/master

Download parent 0.0.1

Filename Size
parent-0.0.1.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/dev.vality.geck/parent/ -->
<dependency>
    <groupId>dev.vality.geck</groupId>
    <artifactId>parent</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.vality.geck/parent/
implementation 'dev.vality.geck:parent:0.0.1'
// https://jarcasting.com/artifacts/dev.vality.geck/parent/
implementation ("dev.vality.geck:parent:0.0.1")
'dev.vality.geck:parent:pom:0.0.1'
<dependency org="dev.vality.geck" name="parent" rev="0.0.1">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.vality.geck', module='parent', version='0.0.1')
)
libraryDependencies += "dev.vality.geck" % "parent" % "0.0.1"
[dev.vality.geck/parent "0.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • serializer
  • migrator
  • filter
  • common