is not current version
Last Version 1.4

xyz.cofe:xparse 1.1

parsing build tools

GroupId

GroupId

xyz.cofe
ArtifactId

ArtifactId

xparse
Version

Version

1.1
Type

Type

jar

Download xparse 1.1


<!-- https://jarcasting.com/artifacts/xyz.cofe/xparse/ -->
<dependency>
    <groupId>xyz.cofe</groupId>
    <artifactId>xparse</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.cofe/xparse/
implementation 'xyz.cofe:xparse:1.1'
// https://jarcasting.com/artifacts/xyz.cofe/xparse/
implementation ("xyz.cofe:xparse:1.1")
'xyz.cofe:xparse:jar:1.1'
<dependency org="xyz.cofe" name="xparse" rev="1.1">
  <artifact name="xparse" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.cofe', module='xparse', version='1.1')
)
libraryDependencies += "xyz.cofe" % "xparse" % "1.1"
[xyz.cofe/xparse "1.1"]