GroupId | GroupIdio.github.hse-eolang |
---|---|
ArtifactId | ArtifactIdruntime |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
runtime-1.0.1.pom | |
runtime-1.0.1.jar | 59 KB |
runtime-1.0.1-sources.jar | 21 KB |
runtime-1.0.1-javadoc.jar | 529 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.hse-eolang/runtime/ -->
<dependency>
<groupId>io.github.hse-eolang</groupId>
<artifactId>runtime</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hse-eolang/runtime/
implementation 'io.github.hse-eolang:runtime:1.0.1'
// https://jarcasting.com/artifacts/io.github.hse-eolang/runtime/
implementation ("io.github.hse-eolang:runtime:1.0.1")
'io.github.hse-eolang:runtime:jar:1.0.1'
<dependency org="io.github.hse-eolang" name="runtime" rev="1.0.1">
<artifact name="runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hse-eolang', module='runtime', version='1.0.1')
)
libraryDependencies += "io.github.hse-eolang" % "runtime" % "1.0.1"
[io.github.hse-eolang/runtime "1.0.1"]