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