is not current version
Last Version 1.0.7

love.forte.common:common-parent 1.0.0-ALPHA.2

forte-common是从simple-robot项目中独立出来的公共模块, 提供一些公共功能的模块,例如依赖注入模块、日志模块、国际化模块、注解工具等。

GroupId

GroupId

love.forte.common
ArtifactId

ArtifactId

common-parent
Version

Version

1.0.0-ALPHA.2
Type

Type

jar

Download common-parent 1.0.0-ALPHA.2


<!-- https://jarcasting.com/artifacts/love.forte.common/common-parent/ -->
<dependency>
    <groupId>love.forte.common</groupId>
    <artifactId>common-parent</artifactId>
    <version>1.0.0-ALPHA.2</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.common/common-parent/
implementation 'love.forte.common:common-parent:1.0.0-ALPHA.2'
// https://jarcasting.com/artifacts/love.forte.common/common-parent/
implementation ("love.forte.common:common-parent:1.0.0-ALPHA.2")
'love.forte.common:common-parent:jar:1.0.0-ALPHA.2'
<dependency org="love.forte.common" name="common-parent" rev="1.0.0-ALPHA.2">
  <artifact name="common-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.common', module='common-parent', version='1.0.0-ALPHA.2')
)
libraryDependencies += "love.forte.common" % "common-parent" % "1.0.0-ALPHA.2"
[love.forte.common/common-parent "1.0.0-ALPHA.2"]