GroupId | GroupIdcom.dajudge.yabuto |
---|---|
ArtifactId | ArtifactIdruntime |
Version | Version0.0.19 |
Type | Typejar |
Filename | Size |
---|---|
runtime-0.0.19.pom | |
runtime-0.0.19.jar | 13 KB |
runtime-0.0.19-sources.jar | 6 KB |
runtime-0.0.19-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dajudge.yabuto/runtime/ -->
<dependency>
<groupId>com.dajudge.yabuto</groupId>
<artifactId>runtime</artifactId>
<version>0.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.dajudge.yabuto/runtime/
implementation 'com.dajudge.yabuto:runtime:0.0.19'
// https://jarcasting.com/artifacts/com.dajudge.yabuto/runtime/
implementation ("com.dajudge.yabuto:runtime:0.0.19")
'com.dajudge.yabuto:runtime:jar:0.0.19'
<dependency org="com.dajudge.yabuto" name="runtime" rev="0.0.19">
<artifact name="runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dajudge.yabuto', module='runtime', version='0.0.19')
)
libraryDependencies += "com.dajudge.yabuto" % "runtime" % "0.0.19"
[com.dajudge.yabuto/runtime "0.0.19"]