c

cogpunk-mathhammer

A framework for determining the probabilities and statistics of the game of Warhammer 40,000 (8th and 9th Editions)
https://github.com/cogpunk/mathhammer
Apache License, Version 2.0
Cogpunk
Files download
File Operation
cogpunk-mathhammer-1.0.3.jar download
cogpunk-mathhammer-1.0.3.pom download
cogpunk-mathhammer-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cogpunk</groupId>
  <artifactId>cogpunk-mathhammer</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.cogpunk:cogpunk-mathhammer:1.0.3'
Gradle Kotlin
implementation("com.cogpunk:cogpunk-mathhammer:1.0.3")
Scala SBT
libraryDependencies += "com.cogpunk" % "cogpunk-mathhammer" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.cogpunk', module='cogpunk-mathhammer', version='1.0.3')
)
Apache Ivy
<dependency org="com.cogpunk" name="cogpunk-mathhammer" rev="1.0.3" />
Leiningen
[com.cogpunk/cogpunk-mathhammer "1.0.3"]
Apache Buildr
'com.cogpunk:cogpunk-mathhammer:jar:1.0.3'