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