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