GroupId | GroupIdlove.forte.common |
---|---|
ArtifactId | ArtifactIdcommon-parent |
Version | Version1.0.0-ALPHA.4 |
Type | Typejar |
Filename | Size |
---|---|
common-parent-1.0.0-ALPHA.4.pom | 26 KB |
common-parent-1.0.0-ALPHA.4-javadoc.jar | 245 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-ALPHA.4</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.common/common-parent/
implementation 'love.forte.common:common-parent:1.0.0-ALPHA.4'
// https://jarcasting.com/artifacts/love.forte.common/common-parent/
implementation ("love.forte.common:common-parent:1.0.0-ALPHA.4")
'love.forte.common:common-parent:jar:1.0.0-ALPHA.4'
<dependency org="love.forte.common" name="common-parent" rev="1.0.0-ALPHA.4">
<artifact name="common-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.common', module='common-parent', version='1.0.0-ALPHA.4')
)
libraryDependencies += "love.forte.common" % "common-parent" % "1.0.0-ALPHA.4"
[love.forte.common/common-parent "1.0.0-ALPHA.4"]