GroupId | GroupIdio.github.wherby |
---|---|
ArtifactId | ArtifactIddoradilla-core_2.12 |
Version | Version1.7.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.wherby/doradilla-core_2.12/ -->
<dependency>
<groupId>io.github.wherby</groupId>
<artifactId>doradilla-core_2.12</artifactId>
<version>1.7.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wherby/doradilla-core_2.12/
implementation 'io.github.wherby:doradilla-core_2.12:1.7.1.2'
// https://jarcasting.com/artifacts/io.github.wherby/doradilla-core_2.12/
implementation ("io.github.wherby:doradilla-core_2.12:1.7.1.2")
'io.github.wherby:doradilla-core_2.12:jar:1.7.1.2'
<dependency org="io.github.wherby" name="doradilla-core_2.12" rev="1.7.1.2">
<artifact name="doradilla-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wherby', module='doradilla-core_2.12', version='1.7.1.2')
)
libraryDependencies += "io.github.wherby" % "doradilla-core_2.12" % "1.7.1.2"
[io.github.wherby/doradilla-core_2.12 "1.7.1.2"]