Last Version

forte-common 1.0.7

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

License

License

GroupId

GroupId

love.forte.common
ArtifactId

ArtifactId

common-parent
Version

Version

1.0.7
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.7

Filename Size
common-parent-1.0.7.pom 26 KB
Browse

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

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.5.10
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.10

test (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test jar 1.5.10
org.jetbrains.kotlin : kotlin-test-junit5 jar 1.5.10

Project Modules

  • utils
  • ioc
  • language
  • configuration
  • log