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