Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdorg.gosu-lang.gosu.managed |
ArtifactId | ArtifactIdgw-asm-debug-all |
Version | Version7.0 |
Type | Typejar |
Filename | Size |
---|---|
gw-asm-debug-all-7.0.pom | |
gw-asm-debug-all-7.0.jar | 824 KB |
gw-asm-debug-all-7.0-sources.jar | 699 KB |
gw-asm-debug-all-7.0-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gosu-lang.gosu.managed/gw-asm-debug-all/ -->
<dependency>
<groupId>org.gosu-lang.gosu.managed</groupId>
<artifactId>gw-asm-debug-all</artifactId>
<version>7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.gosu-lang.gosu.managed/gw-asm-debug-all/
implementation 'org.gosu-lang.gosu.managed:gw-asm-debug-all:7.0'
// https://jarcasting.com/artifacts/org.gosu-lang.gosu.managed/gw-asm-debug-all/
implementation ("org.gosu-lang.gosu.managed:gw-asm-debug-all:7.0")
'org.gosu-lang.gosu.managed:gw-asm-debug-all:jar:7.0'
<dependency org="org.gosu-lang.gosu.managed" name="gw-asm-debug-all" rev="7.0">
<artifact name="gw-asm-debug-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gosu-lang.gosu.managed', module='gw-asm-debug-all', version='7.0')
)
libraryDependencies += "org.gosu-lang.gosu.managed" % "gw-asm-debug-all" % "7.0"
[org.gosu-lang.gosu.managed/gw-asm-debug-all "7.0"]