GroupId | GroupIdlove.forte.common |
---|---|
ArtifactId | ArtifactIdutils |
Version | Version1.0.0-ALPHA.5 |
Type | Typejar |
Filename | Size |
---|---|
utils-1.0.0-ALPHA.5.pom | |
utils-1.0.0-ALPHA.5.jar | 93 KB |
utils-1.0.0-ALPHA.5-sources.jar | 43 KB |
utils-1.0.0-ALPHA.5-javadoc.jar | 440 KB |
Browse |
<!-- https://jarcasting.com/artifacts/love.forte.common/utils/ -->
<dependency>
<groupId>love.forte.common</groupId>
<artifactId>utils</artifactId>
<version>1.0.0-ALPHA.5</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.common/utils/
implementation 'love.forte.common:utils:1.0.0-ALPHA.5'
// https://jarcasting.com/artifacts/love.forte.common/utils/
implementation ("love.forte.common:utils:1.0.0-ALPHA.5")
'love.forte.common:utils:jar:1.0.0-ALPHA.5'
<dependency org="love.forte.common" name="utils" rev="1.0.0-ALPHA.5">
<artifact name="utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.common', module='utils', version='1.0.0-ALPHA.5')
)
libraryDependencies += "love.forte.common" % "utils" % "1.0.0-ALPHA.5"
[love.forte.common/utils "1.0.0-ALPHA.5"]