License |
License |
---|---|
GroupId | GroupIdcom.rbkmoney.geck |
ArtifactId | ArtifactIdcommon |
Last Version | Last Version0.6.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA set of tools for serializing, migrating, filtering and generating thrift objects.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
common-0.6.12.pom | |
common-0.6.12.jar | 15 KB |
common-0.6.12-sources.jar | 8 KB |
common-0.6.12-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rbkmoney.geck/common/ -->
<dependency>
<groupId>com.rbkmoney.geck</groupId>
<artifactId>common</artifactId>
<version>0.6.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.rbkmoney.geck/common/
implementation 'com.rbkmoney.geck:common:0.6.12'
// https://jarcasting.com/artifacts/com.rbkmoney.geck/common/
implementation ("com.rbkmoney.geck:common:0.6.12")
'com.rbkmoney.geck:common:jar:0.6.12'
<dependency org="com.rbkmoney.geck" name="common" rev="0.6.12">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rbkmoney.geck', module='common', version='0.6.12')
)
libraryDependencies += "com.rbkmoney.geck" % "common" % "0.6.12"
[com.rbkmoney.geck/common "0.6.12"]
Group / Artifact | Type | Version |
---|---|---|
org.reflections : reflections | jar | 0.9.12 |
Group / Artifact | Type | Version |
---|---|---|
com.rbkmoney.woody : libthrift | jar | 1.1.21 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |