is not current version
Last Version 1.0.7

forte-common 1.0.0

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

License

License

GroupId

GroupId

love.forte.common
ArtifactId

ArtifactId

common-parent
Version

Version

1.0.0
Type

Type

pom
Description

Description

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

Project URL

https://github.com/ForteScarlet/forte-common
Source Code Management

Source Code Management

https://github.com/ForteScarlet/forte-common

Download common-parent 1.0.0

Filename Size
common-parent-1.0.0.pom 27 KB
Browse

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

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine Optional jar 5.5.2

Project Modules

  • utils
  • ioc
  • language
  • configuration
  • log