GroupId | GroupIdcom.github.petitparser |
---|---|
ArtifactId | ArtifactIdpetitparser-smalltalk |
Version | Version2.2.0 |
Type | Typejar |
<!-- 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"]