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