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