License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.bramp.unsafe |
ArtifactId | ArtifactIdunsafe-unroller |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionUnsafe Unroller
Generates loop unrolling bytecode at runtime
|
Filename | Size |
---|---|
unsafe-unroller-1.0.pom | |
unsafe-unroller-1.0.jar | 11 KB |
unsafe-unroller-1.0-sources.jar | 6 KB |
unsafe-unroller-1.0-javadoc.jar | 51 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
net.bramp.unsafe : unsafe-tests | jar | 1.0 |
junit : junit | jar | 4.12 |