is not current version
Last Version 1.0.7

com.developcollect:dc-infra 1.0.5

这是一个dc系列工具的基础包, 包含一些基础的类及依赖

GroupId

GroupId

com.developcollect
ArtifactId

ArtifactId

dc-infra
Version

Version

1.0.5
Type

Type

jar

Download dc-infra 1.0.5


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