Categories |
CategoriesGroovy Languages |
---|---|
GroupId | GroupIdjparsec |
ArtifactId | ArtifactIdgroovyparse |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
groovyparse-0.1.pom | |
groovyparse-0.1.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jparsec/groovyparse/ -->
<dependency>
<groupId>jparsec</groupId>
<artifactId>groovyparse</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/jparsec/groovyparse/
implementation 'jparsec:groovyparse:0.1'
// https://jarcasting.com/artifacts/jparsec/groovyparse/
implementation ("jparsec:groovyparse:0.1")
'jparsec:groovyparse:jar:0.1'
<dependency org="jparsec" name="groovyparse" rev="0.1">
<artifact name="groovyparse" type="jar" />
</dependency>
@Grapes(
@Grab(group='jparsec', module='groovyparse', version='0.1')
)
libraryDependencies += "jparsec" % "groovyparse" % "0.1"
[jparsec/groovyparse "0.1"]