GroupId | GroupIdcom.github.uscexp |
---|---|
ArtifactId | ArtifactIdgrappa.extension |
Version | Version0.1.0-Beta |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.uscexp/grappa.extension/ -->
<dependency>
<groupId>com.github.uscexp</groupId>
<artifactId>grappa.extension</artifactId>
<version>0.1.0-Beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.uscexp/grappa.extension/
implementation 'com.github.uscexp:grappa.extension:0.1.0-Beta'
// https://jarcasting.com/artifacts/com.github.uscexp/grappa.extension/
implementation ("com.github.uscexp:grappa.extension:0.1.0-Beta")
'com.github.uscexp:grappa.extension:jar:0.1.0-Beta'
<dependency org="com.github.uscexp" name="grappa.extension" rev="0.1.0-Beta">
<artifact name="grappa.extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.uscexp', module='grappa.extension', version='0.1.0-Beta')
)
libraryDependencies += "com.github.uscexp" % "grappa.extension" % "0.1.0-Beta"
[com.github.uscexp/grappa.extension "0.1.0-Beta"]