| License |
License |
|---|---|
| GroupId | GroupIdlove.forte.common |
| ArtifactId | ArtifactIdcommon-parent |
| Last Version | Last Version1.0.7 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionforte-common
forte-common是从simple-robot项目中独立出来的公共模块,
提供一些公共功能的模块,例如依赖注入模块、日志模块、国际化模块、注解工具等。
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| common-parent-1.0.7.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.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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.10 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-test | jar | 1.5.10 |
| org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.5.10 |