GroupId | GroupIdorg.bitbucket.goalhub |
---|---|
ArtifactId | ArtifactIdruntime |
Version | Version2.0.5 |
Type | Typejar |
Filename | Size |
---|---|
runtime-2.0.5.pom | |
runtime-2.0.5.jar | 332 KB |
runtime-2.0.5-sources.jar | 279 KB |
runtime-2.0.5-shaded.jar | 10 MB |
runtime-2.0.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.goalhub/runtime/
implementation 'org.bitbucket.goalhub:runtime:2.0.5'
// https://jarcasting.com/artifacts/org.bitbucket.goalhub/runtime/
implementation ("org.bitbucket.goalhub:runtime:2.0.5")
'org.bitbucket.goalhub:runtime:jar:2.0.5'
<dependency org="org.bitbucket.goalhub" name="runtime" rev="2.0.5">
<artifact name="runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.goalhub', module='runtime', version='2.0.5')
)
libraryDependencies += "org.bitbucket.goalhub" % "runtime" % "2.0.5"
[org.bitbucket.goalhub/runtime "2.0.5"]