GroupId | GroupIdcom.github.petitparser |
---|---|
ArtifactId | ArtifactIdpetitparser-smalltalk |
Version | Version2.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.petitparser/petitparser-smalltalk/ -->
<dependency>
<groupId>com.github.petitparser</groupId>
<artifactId>petitparser-smalltalk</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.petitparser/petitparser-smalltalk/
implementation 'com.github.petitparser:petitparser-smalltalk:2.3.0'
// https://jarcasting.com/artifacts/com.github.petitparser/petitparser-smalltalk/
implementation ("com.github.petitparser:petitparser-smalltalk:2.3.0")
'com.github.petitparser:petitparser-smalltalk:jar:2.3.0'
<dependency org="com.github.petitparser" name="petitparser-smalltalk" rev="2.3.0">
<artifact name="petitparser-smalltalk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.petitparser', module='petitparser-smalltalk', version='2.3.0')
)
libraryDependencies += "com.github.petitparser" % "petitparser-smalltalk" % "2.3.0"
[com.github.petitparser/petitparser-smalltalk "2.3.0"]