Last Version

Unsafe 1.0

Assorted java classes that make use of sun.misc.Unsafe

License

License

Categories

Categories

Net
GroupId

GroupId

net.bramp.unsafe
ArtifactId

ArtifactId

unsafe-parent
Version

Version

1.0
Type

Type

pom
Description

Description

Unsafe
Assorted java classes that make use of sun.misc.Unsafe
Project URL

Project URL

https://github.com/bramp/unsafe
Source Code Management

Source Code Management

https://github.com/bramp/unsafe

Download unsafe-parent 1.0

Filename Size
unsafe-parent-1.0.pom 11 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • unsafe-benchmark
  • unsafe-collection
  • unsafe-helper
  • unsafe-tests
  • unsafe-unroller