| GroupId | GroupIdio.github.adalbert44 |
|---|---|
| ArtifactId | ArtifactIdtestsonatyperelease_2.13 |
| Version | Version0.0.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.adalbert44/testsonatyperelease_2.13/ -->
<dependency>
<groupId>io.github.adalbert44</groupId>
<artifactId>testsonatyperelease_2.13</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.adalbert44/testsonatyperelease_2.13/
implementation 'io.github.adalbert44:testsonatyperelease_2.13:0.0.1'
// https://jarcasting.com/artifacts/io.github.adalbert44/testsonatyperelease_2.13/
implementation ("io.github.adalbert44:testsonatyperelease_2.13:0.0.1")
'io.github.adalbert44:testsonatyperelease_2.13:jar:0.0.1'
<dependency org="io.github.adalbert44" name="testsonatyperelease_2.13" rev="0.0.1">
<artifact name="testsonatyperelease_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.adalbert44', module='testsonatyperelease_2.13', version='0.0.1')
)
libraryDependencies += "io.github.adalbert44" % "testsonatyperelease_2.13" % "0.0.1"
[io.github.adalbert44/testsonatyperelease_2.13 "0.0.1"]