GroupId | GroupIdlove.forte.simple-robot |
---|---|
ArtifactId | ArtifactIdcomponent-ding |
Version | Version2.0.0-BETA.5 |
Type | Typejar |
Filename | Size |
---|---|
component-ding-2.0.0-BETA.5.pom | |
component-ding-2.0.0-BETA.5.jar | 77 KB |
component-ding-2.0.0-BETA.5-sources.jar | 22 KB |
component-ding-2.0.0-BETA.5-javadoc.jar | 443 KB |
Browse |
<!-- 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-BETA.5</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot/component-ding/
implementation 'love.forte.simple-robot:component-ding:2.0.0-BETA.5'
// https://jarcasting.com/artifacts/love.forte.simple-robot/component-ding/
implementation ("love.forte.simple-robot:component-ding:2.0.0-BETA.5")
'love.forte.simple-robot:component-ding:jar:2.0.0-BETA.5'
<dependency org="love.forte.simple-robot" name="component-ding" rev="2.0.0-BETA.5">
<artifact name="component-ding" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot', module='component-ding', version='2.0.0-BETA.5')
)
libraryDependencies += "love.forte.simple-robot" % "component-ding" % "2.0.0-BETA.5"
[love.forte.simple-robot/component-ding "2.0.0-BETA.5"]