| GroupId | GroupIdlove.forte.simple-robot | 
|---|---|
| ArtifactId | ArtifactIdapi | 
| Version | Version2.0.9-snapshot | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| api-2.0.9-snapshot.pom | |
| api-2.0.9-snapshot.jar | 545 KB | 
| api-2.0.9-snapshot-sources.jar | 154 KB | 
| api-2.0.9-snapshot-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.0.9-snapshot</version>
</dependency>// https://jarcasting.com/artifacts/love.forte.simple-robot/api/
implementation 'love.forte.simple-robot:api:2.0.9-snapshot'// https://jarcasting.com/artifacts/love.forte.simple-robot/api/
implementation ("love.forte.simple-robot:api:2.0.9-snapshot")'love.forte.simple-robot:api:jar:2.0.9-snapshot'<dependency org="love.forte.simple-robot" name="api" rev="2.0.9-snapshot">
  <artifact name="api" type="jar" />
</dependency>@Grapes(
@Grab(group='love.forte.simple-robot', module='api', version='2.0.9-snapshot')
)libraryDependencies += "love.forte.simple-robot" % "api" % "2.0.9-snapshot"[love.forte.simple-robot/api "2.0.9-snapshot"]