<dependency> <groupId>pl.mareklangiewicz</groupId> <artifactId>uspekx</artifactId> <version>0.0.38</version> </dependency>
implementation 'pl.mareklangiewicz:uspekx:0.0.38'
implementation("pl.mareklangiewicz:uspekx:0.0.38")
libraryDependencies += "pl.mareklangiewicz" % "uspekx" % "0.0.38"
@Grapes( @Grab(group='pl.mareklangiewicz', module='uspekx', version='0.0.38') )
<dependency org="pl.mareklangiewicz" name="uspekx" rev="0.0.38" />
[pl.mareklangiewicz/uspekx "0.0.38"]
'pl.mareklangiewicz:uspekx:jar:0.0.38'
runtime
|-- pl.mareklangiewicz:uspek:0.0.38
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC
|-- org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0-RC
|-- org.jetbrains.kotlin:kotlin-stdlib:2.0.20-Beta2