GroupId | GroupIdcom.zeoflow |
---|---|
ArtifactId | ArtifactIdmemo-compiler |
Version | Version1.1.2 |
Type | Typeaar |
Filename | Size |
---|---|
memo-compiler-1.1.2.pom | |
memo-compiler-1.1.2.aar | 36 KB |
memo-compiler-1.1.2-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.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.zeoflow/memo-compiler/
implementation 'com.zeoflow:memo-compiler:1.1.2'
// https://jarcasting.com/artifacts/com.zeoflow/memo-compiler/
implementation ("com.zeoflow:memo-compiler:1.1.2")
'com.zeoflow:memo-compiler:aar:1.1.2'
<dependency org="com.zeoflow" name="memo-compiler" rev="1.1.2">
<artifact name="memo-compiler" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.zeoflow', module='memo-compiler', version='1.1.2')
)
libraryDependencies += "com.zeoflow" % "memo-compiler" % "1.1.2"
[com.zeoflow/memo-compiler "1.1.2"]