GroupId | GroupIdcom.livetheoogway.forage |
---|---|
ArtifactId | ArtifactIdforage |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
forage-1.0.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.livetheoogway.forage/forage/ -->
<dependency>
<groupId>com.livetheoogway.forage</groupId>
<artifactId>forage</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.livetheoogway.forage/forage/
implementation 'com.livetheoogway.forage:forage:1.0.0'
// https://jarcasting.com/artifacts/com.livetheoogway.forage/forage/
implementation ("com.livetheoogway.forage:forage:1.0.0")
'com.livetheoogway.forage:forage:pom:1.0.0'
<dependency org="com.livetheoogway.forage" name="forage" rev="1.0.0">
<artifact name="forage" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.livetheoogway.forage', module='forage', version='1.0.0')
)
libraryDependencies += "com.livetheoogway.forage" % "forage" % "1.0.0"
[com.livetheoogway.forage/forage "1.0.0"]