Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdit.sephiroth.android.library.asm |
ArtifactId | ArtifactIdasm-annotations |
Version | Version0.1.0-rc1 |
Type | Typeaar |
Filename | Size |
---|---|
asm-annotations-0.1.0-rc1.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/it.sephiroth.android.library.asm/asm-annotations/ -->
<dependency>
<groupId>it.sephiroth.android.library.asm</groupId>
<artifactId>asm-annotations</artifactId>
<version>0.1.0-rc1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/it.sephiroth.android.library.asm/asm-annotations/
implementation 'it.sephiroth.android.library.asm:asm-annotations:0.1.0-rc1'
// https://jarcasting.com/artifacts/it.sephiroth.android.library.asm/asm-annotations/
implementation ("it.sephiroth.android.library.asm:asm-annotations:0.1.0-rc1")
'it.sephiroth.android.library.asm:asm-annotations:aar:0.1.0-rc1'
<dependency org="it.sephiroth.android.library.asm" name="asm-annotations" rev="0.1.0-rc1">
<artifact name="asm-annotations" type="aar" />
</dependency>
@Grapes(
@Grab(group='it.sephiroth.android.library.asm', module='asm-annotations', version='0.1.0-rc1')
)
libraryDependencies += "it.sephiroth.android.library.asm" % "asm-annotations" % "0.1.0-rc1"
[it.sephiroth.android.library.asm/asm-annotations "0.1.0-rc1"]