GroupId | GroupIdcom.livetheoogway.forage |
---|---|
ArtifactId | ArtifactIdforage-core |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
forage-core-1.0.1.pom | |
forage-core-1.0.1.jar | 11 KB |
forage-core-1.0.1-sources.jar | 10 KB |
forage-core-1.0.1-javadoc.jar | 430 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.livetheoogway.forage/forage-core/ -->
<dependency>
<groupId>com.livetheoogway.forage</groupId>
<artifactId>forage-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.livetheoogway.forage/forage-core/
implementation 'com.livetheoogway.forage:forage-core:1.0.1'
// https://jarcasting.com/artifacts/com.livetheoogway.forage/forage-core/
implementation ("com.livetheoogway.forage:forage-core:1.0.1")
'com.livetheoogway.forage:forage-core:jar:1.0.1'
<dependency org="com.livetheoogway.forage" name="forage-core" rev="1.0.1">
<artifact name="forage-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.livetheoogway.forage', module='forage-core', version='1.0.1')
)
libraryDependencies += "com.livetheoogway.forage" % "forage-core" % "1.0.1"
[com.livetheoogway.forage/forage-core "1.0.1"]