License |
License |
---|---|
GroupId | GroupIdtop.dogtcc |
ArtifactId | ArtifactIdcommon |
Last Version | Last Version1.0.2-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
common-1.0.2-RELEASE.pom | |
common-1.0.2-RELEASE.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.dogtcc/common/ -->
<dependency>
<groupId>top.dogtcc</groupId>
<artifactId>common</artifactId>
<version>1.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.dogtcc/common/
implementation 'top.dogtcc:common:1.0.2-RELEASE'
// https://jarcasting.com/artifacts/top.dogtcc/common/
implementation ("top.dogtcc:common:1.0.2-RELEASE")
'top.dogtcc:common:jar:1.0.2-RELEASE'
<dependency org="top.dogtcc" name="common" rev="1.0.2-RELEASE">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.dogtcc', module='common', version='1.0.2-RELEASE')
)
libraryDependencies += "top.dogtcc" % "common" % "1.0.2-RELEASE"
[top.dogtcc/common "1.0.2-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
top.dogtcc : core | jar | 1.0.2-RELEASE |
top.dogtcc.database : core | jar | 1.0.2-RELEASE |
top.dogtcc.serialize : protostuff | jar | 1.0.2-RELEASE |
top.dogtcc.message : zookeeper | jar | 1.0.2-RELEASE |
top.dogtcc.intercept : spring | jar | 1.0.2-RELEASE |