<dependency> <groupId>com.pholser</groupId> <artifactId>lambspec-junit</artifactId> <version>1.0</version> </dependency>
implementation 'com.pholser:lambspec-junit:1.0'
implementation("com.pholser:lambspec-junit:1.0")
libraryDependencies += "com.pholser" % "lambspec-junit" % "1.0"
@Grapes( @Grab(group='com.pholser', module='lambspec-junit', version='1.0') )
<dependency org="com.pholser" name="lambspec-junit" rev="1.0" />
[com.pholser/lambspec-junit "1.0"]
'com.pholser:lambspec-junit:jar:1.0'
<parent> <groupId>com.pholser</groupId> <artifactId>lambspec</artifactId> <version>1.0</version> </parent>
compile
|-- junit:junit