Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdcom.fastviewx |
ArtifactId | ArtifactIdfastviewx-asm |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
fastviewx-asm-1.0.pom | |
fastviewx-asm-1.0.jar | 111 KB |
fastviewx-asm-1.0-sources.jar | 167 KB |
fastviewx-asm-1.0-javadoc.jar | 216 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fastviewx/fastviewx-asm/ -->
<dependency>
<groupId>com.fastviewx</groupId>
<artifactId>fastviewx-asm</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fastviewx/fastviewx-asm/
implementation 'com.fastviewx:fastviewx-asm:1.0'
// https://jarcasting.com/artifacts/com.fastviewx/fastviewx-asm/
implementation ("com.fastviewx:fastviewx-asm:1.0")
'com.fastviewx:fastviewx-asm:jar:1.0'
<dependency org="com.fastviewx" name="fastviewx-asm" rev="1.0">
<artifact name="fastviewx-asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fastviewx', module='fastviewx-asm', version='1.0')
)
libraryDependencies += "com.fastviewx" % "fastviewx-asm" % "1.0"
[com.fastviewx/fastviewx-asm "1.0"]