GroupId | GroupIdco.early.fore |
---|---|
ArtifactId | ArtifactIdfore-core |
Version | Version1.3.4 |
Type | Typeaar |
Filename | Size |
---|---|
fore-core-1.3.4.pom | |
fore-core-1.3.4-sources.jar | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.early.fore/fore-core/ -->
<dependency>
<groupId>co.early.fore</groupId>
<artifactId>fore-core</artifactId>
<version>1.3.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.early.fore/fore-core/
implementation 'co.early.fore:fore-core:1.3.4'
// https://jarcasting.com/artifacts/co.early.fore/fore-core/
implementation ("co.early.fore:fore-core:1.3.4")
'co.early.fore:fore-core:aar:1.3.4'
<dependency org="co.early.fore" name="fore-core" rev="1.3.4">
<artifact name="fore-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.early.fore', module='fore-core', version='1.3.4')
)
libraryDependencies += "co.early.fore" % "fore-core" % "1.3.4"
[co.early.fore/fore-core "1.3.4"]