GroupId | GroupIdgroup.rober |
---|---|
ArtifactId | ArtifactIdrober-runtime-starter |
Version | Version3.1.0 |
Type | Typejar |
Filename | Size |
---|---|
rober-runtime-starter-3.1.0.pom | |
rober-runtime-starter-3.1.0.jar | 1 KB |
rober-runtime-starter-3.1.0-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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/group.rober/rober-runtime-starter/
implementation 'group.rober:rober-runtime-starter:3.1.0'
// https://jarcasting.com/artifacts/group.rober/rober-runtime-starter/
implementation ("group.rober:rober-runtime-starter:3.1.0")
'group.rober:rober-runtime-starter:jar:3.1.0'
<dependency org="group.rober" name="rober-runtime-starter" rev="3.1.0">
<artifact name="rober-runtime-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='group.rober', module='rober-runtime-starter', version='3.1.0')
)
libraryDependencies += "group.rober" % "rober-runtime-starter" % "3.1.0"
[group.rober/rober-runtime-starter "3.1.0"]