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