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