Categories |
CategoriesNet ASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdnet.oneandone |
ArtifactId | ArtifactIdjasmin |
Version | Version3.0.6 |
Type | Typejar |
Filename | Size |
---|---|
jasmin-3.0.6.pom | |
jasmin-3.0.6.jar | 78 KB |
jasmin-3.0.6-test-sources.jar | 20 KB |
jasmin-3.0.6-sources.jar | 48 KB |
jasmin-3.0.6-javadoc.jar | 183 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oneandone/jasmin/ -->
<dependency>
<groupId>net.oneandone</groupId>
<artifactId>jasmin</artifactId>
<version>3.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone/jasmin/
implementation 'net.oneandone:jasmin:3.0.6'
// https://jarcasting.com/artifacts/net.oneandone/jasmin/
implementation ("net.oneandone:jasmin:3.0.6")
'net.oneandone:jasmin:jar:3.0.6'
<dependency org="net.oneandone" name="jasmin" rev="3.0.6">
<artifact name="jasmin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oneandone', module='jasmin', version='3.0.6')
)
libraryDependencies += "net.oneandone" % "jasmin" % "3.0.6"
[net.oneandone/jasmin "3.0.6"]