<dependency> <groupId>com.github.robtimus</groupId> <artifactId>try-parse</artifactId> <version>1.1.1</version> </dependency>
'com.github.robtimus:try-parse:jar:1.1.1'
<dependency org="com.github.robtimus" name="try-parse" rev="1.1.1"> <artifact name="try-parse" type="jar" /> </dependency>
@Grapes( @Grab(group='com.github.robtimus', module='try-parse', version='1.1.1') )
compile 'com.github.robtimus:try-parse:1.1.1'
libraryDependencies += "com.github.robtimus" % "try-parse" % "1.1.1"
[com.github.robtimus/try-parse "1.1.1"]