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