| License |
License |
|---|---|
| GroupId | GroupIdcom.github.jparsec |
| ArtifactId | ArtifactIdjparsec-g-root |
| Version | Version1.0 |
| Type | Typepom |
| Description |
Descriptionjava-parser-root
Use jparsec to parse a string into Guava TypeToken.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jparsec-g-root-1.0.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jparsec/jparsec-g-root/ -->
<dependency>
<groupId>com.github.jparsec</groupId>
<artifactId>jparsec-g-root</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jparsec/jparsec-g-root/
implementation 'com.github.jparsec:jparsec-g-root:1.0'
// https://jarcasting.com/artifacts/com.github.jparsec/jparsec-g-root/
implementation ("com.github.jparsec:jparsec-g-root:1.0")
'com.github.jparsec:jparsec-g-root:pom:1.0'
<dependency org="com.github.jparsec" name="jparsec-g-root" rev="1.0">
<artifact name="jparsec-g-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jparsec', module='jparsec-g-root', version='1.0')
)
libraryDependencies += "com.github.jparsec" % "jparsec-g-root" % "1.0"
[com.github.jparsec/jparsec-g-root "1.0"]