<dependency> <groupId>com.pholser</groupId> <artifactId>lambspec</artifactId> <version>1.0-alpha-1</version> <type>pom</type> </dependency>
implementation 'com.pholser:lambspec:1.0-alpha-1'
implementation("com.pholser:lambspec:1.0-alpha-1")
libraryDependencies += "com.pholser" % "lambspec" % "1.0-alpha-1"
@Grapes( @Grab(group='com.pholser', module='lambspec', version='1.0-alpha-1') )
<dependency org="com.pholser" name="lambspec" rev="1.0-alpha-1" />
[com.pholser/lambspec "1.0-alpha-1"]
'com.pholser:lambspec:jar:1.0-alpha-1'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent>
test
|-- junit:junit:4.12