GroupId | GroupIdorg.bitbucket.goalhub |
---|---|
ArtifactId | ArtifactIdruntime |
Version | Version2.0.6 |
Type | Typejar |
Filename | Size |
---|---|
runtime-2.0.6.pom | |
runtime-2.0.6.jar | 333 KB |
runtime-2.0.6-sources.jar | 279 KB |
runtime-2.0.6-shaded.jar | 23 MB |
runtime-2.0.6-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.goalhub/runtime/ -->
<dependency>
<groupId>org.bitbucket.goalhub</groupId>
<artifactId>runtime</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.goalhub/runtime/
implementation 'org.bitbucket.goalhub:runtime:2.0.6'
// https://jarcasting.com/artifacts/org.bitbucket.goalhub/runtime/
implementation ("org.bitbucket.goalhub:runtime:2.0.6")
'org.bitbucket.goalhub:runtime:jar:2.0.6'
<dependency org="org.bitbucket.goalhub" name="runtime" rev="2.0.6">
<artifact name="runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.goalhub', module='runtime', version='2.0.6')
)
libraryDependencies += "org.bitbucket.goalhub" % "runtime" % "2.0.6"
[org.bitbucket.goalhub/runtime "2.0.6"]