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