is not current version
Last Version 2.1.0

com.github.yelong0216.dream.first:dream-first-base 2.0.1

dreamfirst框架基础

GroupId

GroupId

com.github.yelong0216.dream.first
ArtifactId

ArtifactId

dream-first-base
Version

Version

2.0.1
Type

Type

jar

Download dream-first-base 2.0.1


<!-- https://jarcasting.com/artifacts/com.github.yelong0216.dream.first/dream-first-base/ -->
<dependency>
    <groupId>com.github.yelong0216.dream.first</groupId>
    <artifactId>dream-first-base</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yelong0216.dream.first/dream-first-base/
implementation 'com.github.yelong0216.dream.first:dream-first-base:2.0.1'
// https://jarcasting.com/artifacts/com.github.yelong0216.dream.first/dream-first-base/
implementation ("com.github.yelong0216.dream.first:dream-first-base:2.0.1")
'com.github.yelong0216.dream.first:dream-first-base:jar:2.0.1'
<dependency org="com.github.yelong0216.dream.first" name="dream-first-base" rev="2.0.1">
  <artifact name="dream-first-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yelong0216.dream.first', module='dream-first-base', version='2.0.1')
)
libraryDependencies += "com.github.yelong0216.dream.first" % "dream-first-base" % "2.0.1"
[com.github.yelong0216.dream.first/dream-first-base "2.0.1"]