Last Version

Unsafe Unroller 1.0

Generates loop unrolling bytecode at runtime

License

License

Categories

Categories

Net
GroupId

GroupId

net.bramp.unsafe
ArtifactId

ArtifactId

unsafe-unroller
Version

Version

1.0
Type

Type

jar
Description

Description

Unsafe Unroller
Generates loop unrolling bytecode at runtime

Download unsafe-unroller 1.0


<!-- https://jarcasting.com/artifacts/net.bramp.unsafe/unsafe-unroller/ -->
<dependency>
    <groupId>net.bramp.unsafe</groupId>
    <artifactId>unsafe-unroller</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.bramp.unsafe/unsafe-unroller/
implementation 'net.bramp.unsafe:unsafe-unroller:1.0'
// https://jarcasting.com/artifacts/net.bramp.unsafe/unsafe-unroller/
implementation ("net.bramp.unsafe:unsafe-unroller:1.0")
'net.bramp.unsafe:unsafe-unroller:jar:1.0'
<dependency org="net.bramp.unsafe" name="unsafe-unroller" rev="1.0">
  <artifact name="unsafe-unroller" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bramp.unsafe', module='unsafe-unroller', version='1.0')
)
libraryDependencies += "net.bramp.unsafe" % "unsafe-unroller" % "1.0"
[net.bramp.unsafe/unsafe-unroller "1.0"]

Dependencies

compile (3)

Group / Artifact Type Version
net.bramp.unsafe : unsafe-helper jar 1.0
com.google.guava : guava jar 18.0
net.bytebuddy : byte-buddy jar 0.6.14

test (2)

Group / Artifact Type Version
net.bramp.unsafe : unsafe-tests jar 1.0
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.