Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdcom.raedapps |
ArtifactId | ArtifactIdrasmview |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
rasmview-1.0.0.pom | |
rasmview-1.0.0-sources.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.raedapps/rasmview/ -->
<dependency>
<groupId>com.raedapps</groupId>
<artifactId>rasmview</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.raedapps/rasmview/
implementation 'com.raedapps:rasmview:1.0.0'
// https://jarcasting.com/artifacts/com.raedapps/rasmview/
implementation ("com.raedapps:rasmview:1.0.0")
'com.raedapps:rasmview:aar:1.0.0'
<dependency org="com.raedapps" name="rasmview" rev="1.0.0">
<artifact name="rasmview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.raedapps', module='rasmview', version='1.0.0')
)
libraryDependencies += "com.raedapps" % "rasmview" % "1.0.0"
[com.raedapps/rasmview "1.0.0"]