is not current version
Last Version 2.3.1

com.github.petitparser:petitparser-smalltalk 2.2.0

Smalltalk grammar

GroupId

GroupId

com.github.petitparser
ArtifactId

ArtifactId

petitparser-smalltalk
Version

Version

2.2.0
Type

Type

jar

Download petitparser-smalltalk 2.2.0


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