| GroupId | GroupIdcom.g2forge.gearbox |
|---|---|
| ArtifactId | ArtifactIdgb-image |
| Version | Version0.0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gb-image-0.0.8.pom | |
| gb-image-0.0.8.jar | 12 KB |
| gb-image-0.0.8-sources.jar | 4 KB |
| gb-image-0.0.8-javadoc.jar | 425 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.g2forge.gearbox/gb-image/ -->
<dependency>
<groupId>com.g2forge.gearbox</groupId>
<artifactId>gb-image</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.g2forge.gearbox/gb-image/
implementation 'com.g2forge.gearbox:gb-image:0.0.8'
// https://jarcasting.com/artifacts/com.g2forge.gearbox/gb-image/
implementation ("com.g2forge.gearbox:gb-image:0.0.8")
'com.g2forge.gearbox:gb-image:jar:0.0.8'
<dependency org="com.g2forge.gearbox" name="gb-image" rev="0.0.8">
<artifact name="gb-image" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.g2forge.gearbox', module='gb-image', version='0.0.8')
)
libraryDependencies += "com.g2forge.gearbox" % "gb-image" % "0.0.8"
[com.g2forge.gearbox/gb-image "0.0.8"]