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