is not current version
Last Version 3.2.2

group.rober:rober-runtime 2.1.10

runtime是rober系列的基础工具包,提供基础工具以及基础运行环境

GroupId

GroupId

group.rober
ArtifactId

ArtifactId

rober-runtime
Version

Version

2.1.10
Type

Type

jar

Download rober-runtime 2.1.10


<!-- https://jarcasting.com/artifacts/group.rober/rober-runtime/ -->
<dependency>
    <groupId>group.rober</groupId>
    <artifactId>rober-runtime</artifactId>
    <version>2.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/group.rober/rober-runtime/
implementation 'group.rober:rober-runtime:2.1.10'
// https://jarcasting.com/artifacts/group.rober/rober-runtime/
implementation ("group.rober:rober-runtime:2.1.10")
'group.rober:rober-runtime:jar:2.1.10'
<dependency org="group.rober" name="rober-runtime" rev="2.1.10">
  <artifact name="rober-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='group.rober', module='rober-runtime', version='2.1.10')
)
libraryDependencies += "group.rober" % "rober-runtime" % "2.1.10"
[group.rober/rober-runtime "2.1.10"]