GroupId | GroupIdio.openscore |
---|---|
ArtifactId | ArtifactIdhello-score |
Version | Version0.1.251 |
Type | Typejar |
Filename | Size |
---|---|
hello-score-0.1.251.pom | |
hello-score-0.1.251.jar | 5 KB |
hello-score-0.1.251-sources.jar | 2 KB |
hello-score-0.1.251-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.openscore/hello-score/ -->
<dependency>
<groupId>io.openscore</groupId>
<artifactId>hello-score</artifactId>
<version>0.1.251</version>
</dependency>
// https://jarcasting.com/artifacts/io.openscore/hello-score/
implementation 'io.openscore:hello-score:0.1.251'
// https://jarcasting.com/artifacts/io.openscore/hello-score/
implementation ("io.openscore:hello-score:0.1.251")
'io.openscore:hello-score:jar:0.1.251'
<dependency org="io.openscore" name="hello-score" rev="0.1.251">
<artifact name="hello-score" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.openscore', module='hello-score', version='0.1.251')
)
libraryDependencies += "io.openscore" % "hello-score" % "0.1.251"
[io.openscore/hello-score "0.1.251"]