Files download
File Operation
unsafe-1.7.3.jar download
unsafe-1.7.3.pom download
unsafe-1.7.3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.auoeke</groupId>
  <artifactId>unsafe</artifactId>
  <version>1.7.3</version>
</dependency>
Gradle Groovy
implementation 'net.auoeke:unsafe:1.7.3'
Gradle Kotlin
implementation("net.auoeke:unsafe:1.7.3")
Scala SBT
libraryDependencies += "net.auoeke" % "unsafe" % "1.7.3"
Groovy Grape
@Grapes(
  @Grab(group='net.auoeke', module='unsafe', version='1.7.3')
)
Apache Ivy
<dependency org="net.auoeke" name="unsafe" rev="1.7.3" />
Leiningen
[net.auoeke/unsafe "1.7.3"]
Apache Buildr
'net.auoeke:unsafe:jar:1.7.3'
Dependencies
The project has no third-party dependencies