is not current version
Last Version 1.0.7

love.forte.common:common-parent 1.0.2

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

GroupId

GroupId

love.forte.common
ArtifactId

ArtifactId

common-parent
Version

Version

1.0.2
Type

Type

pom

Download common-parent 1.0.2

Filename Size
common-parent-1.0.2.pom 25 KB
Browse

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