w

wcommons-unsafe

Unsafe operations in JVM
The Apache License, Version 2.0
文件下载
文件名 操作
wcommons-unsafe-1.6.5.jar 下载
wcommons-unsafe-1.6.5.pom 下载
wcommons-unsafe-1.6.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.whilein.wcommons</groupId>
  <artifactId>wcommons-unsafe</artifactId>
  <version>1.6.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.whilein.wcommons:wcommons-unsafe:1.6.5'
Gradle Kotlin
implementation("io.github.whilein.wcommons:wcommons-unsafe:1.6.5")
Scala SBT
libraryDependencies += "io.github.whilein.wcommons" % "wcommons-unsafe" % "1.6.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.whilein.wcommons', module='wcommons-unsafe', version='1.6.5')
)
Apache Ivy
<dependency org="io.github.whilein.wcommons" name="wcommons-unsafe" rev="1.6.5" />
Leiningen
[io.github.whilein.wcommons/wcommons-unsafe "1.6.5"]
Apache Buildr
'io.github.whilein.wcommons:wcommons-unsafe:jar:1.6.5'