<dependency> <groupId>pl.mareklangiewicz</groupId> <artifactId>uwidgets</artifactId> <version>0.0.38</version> </dependency>
implementation 'pl.mareklangiewicz:uwidgets:0.0.38'
implementation("pl.mareklangiewicz:uwidgets:0.0.38")
libraryDependencies += "pl.mareklangiewicz" % "uwidgets" % "0.0.38"
@Grapes( @Grab(group='pl.mareklangiewicz', module='uwidgets', version='0.0.38') )
<dependency org="pl.mareklangiewicz" name="uwidgets" rev="0.0.38" />
[pl.mareklangiewicz/uwidgets "0.0.38"]
'pl.mareklangiewicz:uwidgets:jar:0.0.38'
runtime
|-- pl.mareklangiewicz:kground:0.1.03
|-- org.jetbrains.kotlin:kotlin-stdlib:2.1.0-RC2