GroupId | GroupIdcom.github.uscexp |
---|---|
ArtifactId | ArtifactIdgrappa.extension |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
grappa.extension-0.3.0.pom | |
grappa.extension-0.3.0.jar | 55 KB |
grappa.extension-0.3.0-sources.jar | 32 KB |
grappa.extension-0.3.0-javadoc.jar | 228 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.uscexp/grappa.extension/ -->
<dependency>
<groupId>com.github.uscexp</groupId>
<artifactId>grappa.extension</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.uscexp/grappa.extension/
implementation 'com.github.uscexp:grappa.extension:0.3.0'
// https://jarcasting.com/artifacts/com.github.uscexp/grappa.extension/
implementation ("com.github.uscexp:grappa.extension:0.3.0")
'com.github.uscexp:grappa.extension:jar:0.3.0'
<dependency org="com.github.uscexp" name="grappa.extension" rev="0.3.0">
<artifact name="grappa.extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.uscexp', module='grappa.extension', version='0.3.0')
)
libraryDependencies += "com.github.uscexp" % "grappa.extension" % "0.3.0"
[com.github.uscexp/grappa.extension "0.3.0"]