is not current version
Last Version 3.2.2

group.rober:rober-runtime 2.1.6

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

GroupId

GroupId

group.rober
ArtifactId

ArtifactId

rober-runtime
Version

Version

2.1.6
Type

Type

jar

Download rober-runtime 2.1.6


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