GroupId | GroupIdcom.github.fge |
---|---|
ArtifactId | ArtifactIdgrappa |
Version | Version2.1.0-beta.1 |
Type | Typejar |
Filename | Size |
---|---|
grappa-2.1.0-beta.1.pom | |
grappa-2.1.0-beta.1.jar | 221 KB |
grappa-2.1.0-beta.1-sources.jar | 197 KB |
grappa-2.1.0-beta.1-javadoc.jar | 633 KB |
grappa-2.1.0-beta.1-all.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fge/grappa/ -->
<dependency>
<groupId>com.github.fge</groupId>
<artifactId>grappa</artifactId>
<version>2.1.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fge/grappa/
implementation 'com.github.fge:grappa:2.1.0-beta.1'
// https://jarcasting.com/artifacts/com.github.fge/grappa/
implementation ("com.github.fge:grappa:2.1.0-beta.1")
'com.github.fge:grappa:jar:2.1.0-beta.1'
<dependency org="com.github.fge" name="grappa" rev="2.1.0-beta.1">
<artifact name="grappa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fge', module='grappa', version='2.1.0-beta.1')
)
libraryDependencies += "com.github.fge" % "grappa" % "2.1.0-beta.1"
[com.github.fge/grappa "2.1.0-beta.1"]