GroupId | GroupIdlove.forte.simple-robot |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version2.3.0-BETA.3 |
Type | Typejar |
Filename | Size |
---|---|
core-2.3.0-BETA.3.pom | |
core-2.3.0-BETA.3.jar | 483 KB |
core-2.3.0-BETA.3-sources.jar | 111 KB |
core-2.3.0-BETA.3-javadoc.jar | 633 KB |
Browse |
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot/core/ -->
<dependency>
<groupId>love.forte.simple-robot</groupId>
<artifactId>core</artifactId>
<version>2.3.0-BETA.3</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot/core/
implementation 'love.forte.simple-robot:core:2.3.0-BETA.3'
// https://jarcasting.com/artifacts/love.forte.simple-robot/core/
implementation ("love.forte.simple-robot:core:2.3.0-BETA.3")
'love.forte.simple-robot:core:jar:2.3.0-BETA.3'
<dependency org="love.forte.simple-robot" name="core" rev="2.3.0-BETA.3">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot', module='core', version='2.3.0-BETA.3')
)
libraryDependencies += "love.forte.simple-robot" % "core" % "2.3.0-BETA.3"
[love.forte.simple-robot/core "2.3.0-BETA.3"]