GroupId | GroupIdcom.github.robtimus |
---|---|
ArtifactId | ArtifactIdtry-parse |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
try-parse-1.0.pom | |
try-parse-1.0.jar | 12 KB |
try-parse-1.0-sources.jar | 13 KB |
try-parse-1.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.robtimus/try-parse/ -->
<dependency>
<groupId>com.github.robtimus</groupId>
<artifactId>try-parse</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robtimus/try-parse/
implementation 'com.github.robtimus:try-parse:1.0'
// https://jarcasting.com/artifacts/com.github.robtimus/try-parse/
implementation ("com.github.robtimus:try-parse:1.0")
'com.github.robtimus:try-parse:jar:1.0'
<dependency org="com.github.robtimus" name="try-parse" rev="1.0">
<artifact name="try-parse" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robtimus', module='try-parse', version='1.0')
)
libraryDependencies += "com.github.robtimus" % "try-parse" % "1.0"
[com.github.robtimus/try-parse "1.0"]