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