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