v

vgr-rp-theme-system

文件下载
文件名 操作
vgr-rp-theme-system-1.2.pom 下载
Apache Maven
<dependency>
  <groupId>se.vgregion.vgr-rp-theme2</groupId>
  <artifactId>vgr-rp-theme-system</artifactId>
  <version>1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'se.vgregion.vgr-rp-theme2:vgr-rp-theme-system:1.2'
Gradle Kotlin
implementation("se.vgregion.vgr-rp-theme2:vgr-rp-theme-system:1.2")
Scala SBT
libraryDependencies += "se.vgregion.vgr-rp-theme2" % "vgr-rp-theme-system" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='se.vgregion.vgr-rp-theme2', module='vgr-rp-theme-system', version='1.2')
)
Apache Ivy
<dependency org="se.vgregion.vgr-rp-theme2" name="vgr-rp-theme-system" rev="1.2" />
Leiningen
[se.vgregion.vgr-rp-theme2/vgr-rp-theme-system "1.2"]
Apache Buildr
'se.vgregion.vgr-rp-theme2:vgr-rp-theme-system:jar:1.2'