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