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