Files download
File Operation
proxy-maker-1.16.jar download
proxy-maker-1.16.pom download
proxy-maker-1.16-sources.jar download
Apache Maven
<dependency>
  <groupId>ru.saidgadjiev.ormnext</groupId>
  <artifactId>proxy-maker</artifactId>
  <version>1.16</version>
</dependency>
Gradle Groovy
implementation 'ru.saidgadjiev.ormnext:proxy-maker:1.16'
Gradle Kotlin
implementation("ru.saidgadjiev.ormnext:proxy-maker:1.16")
Scala SBT
libraryDependencies += "ru.saidgadjiev.ormnext" % "proxy-maker" % "1.16"
Groovy Grape
@Grapes(
  @Grab(group='ru.saidgadjiev.ormnext', module='proxy-maker', version='1.16')
)
Apache Ivy
<dependency org="ru.saidgadjiev.ormnext" name="proxy-maker" rev="1.16" />
Leiningen
[ru.saidgadjiev.ormnext/proxy-maker "1.16"]
Apache Buildr
'ru.saidgadjiev.ormnext:proxy-maker:jar:1.16'