GroupId | GroupIdcom.github.boybeak |
---|---|
ArtifactId | ArtifactIdeasy-fp |
Version | Version0.01 |
Type | Typeaar |
Filename | Size |
---|---|
easy-fp-0.01.pom | |
easy-fp-0.01-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.boybeak/easy-fp/ -->
<dependency>
<groupId>com.github.boybeak</groupId>
<artifactId>easy-fp</artifactId>
<version>0.01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.boybeak/easy-fp/
implementation 'com.github.boybeak:easy-fp:0.01'
// https://jarcasting.com/artifacts/com.github.boybeak/easy-fp/
implementation ("com.github.boybeak:easy-fp:0.01")
'com.github.boybeak:easy-fp:aar:0.01'
<dependency org="com.github.boybeak" name="easy-fp" rev="0.01">
<artifact name="easy-fp" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.boybeak', module='easy-fp', version='0.01')
)
libraryDependencies += "com.github.boybeak" % "easy-fp" % "0.01"
[com.github.boybeak/easy-fp "0.01"]