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