GroupId | GroupIdgroup.rober |
---|---|
ArtifactId | ArtifactIdrober-runtime-starter |
Version | Version3.2.1 |
Type | Typejar |
Filename | Size |
---|---|
rober-runtime-starter-3.2.1.pom | |
rober-runtime-starter-3.2.1.jar | 1 KB |
rober-runtime-starter-3.2.1-sources.jar | 589 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/group.rober/rober-runtime-starter/ -->
<dependency>
<groupId>group.rober</groupId>
<artifactId>rober-runtime-starter</artifactId>
<version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/group.rober/rober-runtime-starter/
implementation 'group.rober:rober-runtime-starter:3.2.1'
// https://jarcasting.com/artifacts/group.rober/rober-runtime-starter/
implementation ("group.rober:rober-runtime-starter:3.2.1")
'group.rober:rober-runtime-starter:jar:3.2.1'
<dependency org="group.rober" name="rober-runtime-starter" rev="3.2.1">
<artifact name="rober-runtime-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='group.rober', module='rober-runtime-starter', version='3.2.1')
)
libraryDependencies += "group.rober" % "rober-runtime-starter" % "3.2.1"
[group.rober/rober-runtime-starter "3.2.1"]