GroupId | GroupIdlove.forte.simple-robot |
---|---|
ArtifactId | ArtifactIdcomponent-ding |
Version | Version2.0.0-ALPHA.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot/component-ding/ -->
<dependency>
<groupId>love.forte.simple-robot</groupId>
<artifactId>component-ding</artifactId>
<version>2.0.0-ALPHA.6</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot/component-ding/
implementation 'love.forte.simple-robot:component-ding:2.0.0-ALPHA.6'
// https://jarcasting.com/artifacts/love.forte.simple-robot/component-ding/
implementation ("love.forte.simple-robot:component-ding:2.0.0-ALPHA.6")
'love.forte.simple-robot:component-ding:jar:2.0.0-ALPHA.6'
<dependency org="love.forte.simple-robot" name="component-ding" rev="2.0.0-ALPHA.6">
<artifact name="component-ding" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot', module='component-ding', version='2.0.0-ALPHA.6')
)
libraryDependencies += "love.forte.simple-robot" % "component-ding" % "2.0.0-ALPHA.6"
[love.forte.simple-robot/component-ding "2.0.0-ALPHA.6"]