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