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