文件下载
文件名 操作
proxy-maker-1.9.jar 下载
proxy-maker-1.9.pom 下载
proxy-maker-1.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>ru.saidgadjiev.ormnext</groupId>
  <artifactId>proxy-maker</artifactId>
  <version>1.9</version>
</dependency>
Gradle Groovy
implementation 'ru.saidgadjiev.ormnext:proxy-maker:1.9'
Gradle Kotlin
implementation("ru.saidgadjiev.ormnext:proxy-maker:1.9")
Scala SBT
libraryDependencies += "ru.saidgadjiev.ormnext" % "proxy-maker" % "1.9"
Groovy Grape
@Grapes(
  @Grab(group='ru.saidgadjiev.ormnext', module='proxy-maker', version='1.9')
)
Apache Ivy
<dependency org="ru.saidgadjiev.ormnext" name="proxy-maker" rev="1.9" />
Leiningen
[ru.saidgadjiev.ormnext/proxy-maker "1.9"]
Apache Buildr
'ru.saidgadjiev.ormnext:proxy-maker:jar:1.9'