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