License |
License |
---|---|
GroupId | GroupIdcom.mcxiaoke.next |
ArtifactId | ArtifactIdfunctions |
Version | Version1.7.0 |
Type | Typeaar |
Description |
DescriptionNext Commons Library Function Operators
Android Next Components: Cache, Task, Views, Widgets, Utils
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
functions-1.7.0.pom | |
functions-1.7.0.aar | 7 KB |
functions-1.7.0-sources.jar | 5 KB |
functions-1.7.0-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mcxiaoke.next/functions/ -->
<dependency>
<groupId>com.mcxiaoke.next</groupId>
<artifactId>functions</artifactId>
<version>1.7.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mcxiaoke.next/functions/
implementation 'com.mcxiaoke.next:functions:1.7.0'
// https://jarcasting.com/artifacts/com.mcxiaoke.next/functions/
implementation ("com.mcxiaoke.next:functions:1.7.0")
'com.mcxiaoke.next:functions:aar:1.7.0'
<dependency org="com.mcxiaoke.next" name="functions" rev="1.7.0">
<artifact name="functions" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mcxiaoke.next', module='functions', version='1.7.0')
)
libraryDependencies += "com.mcxiaoke.next" % "functions" % "1.7.0"
[com.mcxiaoke.next/functions "1.7.0"]