GroupId | GroupIdcom.zeoflow |
---|---|
ArtifactId | ArtifactIdmemo-compiler |
Version | Version1.1.4 |
Type | Typeaar |
Filename | Size |
---|---|
memo-compiler-1.1.4.pom | |
memo-compiler-1.1.4.aar | 36 KB |
memo-compiler-1.1.4-sources.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zeoflow/memo-compiler/ -->
<dependency>
<groupId>com.zeoflow</groupId>
<artifactId>memo-compiler</artifactId>
<version>1.1.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.zeoflow/memo-compiler/
implementation 'com.zeoflow:memo-compiler:1.1.4'
// https://jarcasting.com/artifacts/com.zeoflow/memo-compiler/
implementation ("com.zeoflow:memo-compiler:1.1.4")
'com.zeoflow:memo-compiler:aar:1.1.4'
<dependency org="com.zeoflow" name="memo-compiler" rev="1.1.4">
<artifact name="memo-compiler" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.zeoflow', module='memo-compiler', version='1.1.4')
)
libraryDependencies += "com.zeoflow" % "memo-compiler" % "1.1.4"
[com.zeoflow/memo-compiler "1.1.4"]