License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.bramp.unsafe |
ArtifactId | ArtifactIdunsafe-collection |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionUnsafe Collection
Collections that use the Unsafe class for storing objects
|
Filename | Size |
---|---|
unsafe-collection-1.0.pom | |
unsafe-collection-1.0.jar | 4 KB |
unsafe-collection-1.0-sources.jar | 2 KB |
unsafe-collection-1.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.bramp.unsafe/unsafe-collection/ -->
<dependency>
<groupId>net.bramp.unsafe</groupId>
<artifactId>unsafe-collection</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.bramp.unsafe/unsafe-collection/
implementation 'net.bramp.unsafe:unsafe-collection:1.0'
// https://jarcasting.com/artifacts/net.bramp.unsafe/unsafe-collection/
implementation ("net.bramp.unsafe:unsafe-collection:1.0")
'net.bramp.unsafe:unsafe-collection:jar:1.0'
<dependency org="net.bramp.unsafe" name="unsafe-collection" rev="1.0">
<artifact name="unsafe-collection" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bramp.unsafe', module='unsafe-collection', version='1.0')
)
libraryDependencies += "net.bramp.unsafe" % "unsafe-collection" % "1.0"
[net.bramp.unsafe/unsafe-collection "1.0"]
Group / Artifact | Type | Version |
---|---|---|
net.bramp.unsafe : unsafe-helper | jar | 1.0 |
net.bramp.unsafe : unsafe-unroller | jar | 1.0 |
com.google.guava : guava | jar | 18.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
net.bramp.unsafe : unsafe-tests | jar | 1.0 |