| GroupId | GroupIdio.github.dimitarg |
|---|---|
| ArtifactId | ArtifactIdweaver-test-extra_2.12 |
| Version | Version0.4.9 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.dimitarg/weaver-test-extra_2.12/ -->
<dependency>
<groupId>io.github.dimitarg</groupId>
<artifactId>weaver-test-extra_2.12</artifactId>
<version>0.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dimitarg/weaver-test-extra_2.12/
implementation 'io.github.dimitarg:weaver-test-extra_2.12:0.4.9'
// https://jarcasting.com/artifacts/io.github.dimitarg/weaver-test-extra_2.12/
implementation ("io.github.dimitarg:weaver-test-extra_2.12:0.4.9")
'io.github.dimitarg:weaver-test-extra_2.12:jar:0.4.9'
<dependency org="io.github.dimitarg" name="weaver-test-extra_2.12" rev="0.4.9">
<artifact name="weaver-test-extra_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dimitarg', module='weaver-test-extra_2.12', version='0.4.9')
)
libraryDependencies += "io.github.dimitarg" % "weaver-test-extra_2.12" % "0.4.9"
[io.github.dimitarg/weaver-test-extra_2.12 "0.4.9"]