License |
License |
---|---|
GroupId | GroupIddev.vality.geck |
ArtifactId | ArtifactIdcommon |
Last Version | Last Version0.0.1 |
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.0.1.pom | |
common-0.0.1.jar | 15 KB |
common-0.0.1-sources.jar | 8 KB |
common-0.0.1-javadoc.jar | 147 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.vality.geck/common/ -->
<dependency>
<groupId>dev.vality.geck</groupId>
<artifactId>common</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.vality.geck/common/
implementation 'dev.vality.geck:common:0.0.1'
// https://jarcasting.com/artifacts/dev.vality.geck/common/
implementation ("dev.vality.geck:common:0.0.1")
'dev.vality.geck:common:jar:0.0.1'
<dependency org="dev.vality.geck" name="common" rev="0.0.1">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.vality.geck', module='common', version='0.0.1')
)
libraryDependencies += "dev.vality.geck" % "common" % "0.0.1"
[dev.vality.geck/common "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.reflections : reflections | jar | 0.9.12 |
Group / Artifact | Type | Version |
---|---|---|
dev.vality.woody : libthrift | jar | 1.0.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |