c

crispyfish

Crispy Fish is a JVM library for consuming the data of a popular autocross timing application which shall not be named
https://github.com/coner-tech/crispy-fish
gpl_v2
Carlton Whitehead
Files download
File Operation
crispyfish-0.5.7.pom download
Apache Maven
<dependency>
  <groupId>tech.coner.crispyfish</groupId>
  <artifactId>crispyfish</artifactId>
  <version>0.5.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'tech.coner.crispyfish:crispyfish:0.5.7'
Gradle Kotlin
implementation("tech.coner.crispyfish:crispyfish:0.5.7")
Scala SBT
libraryDependencies += "tech.coner.crispyfish" % "crispyfish" % "0.5.7"
Groovy Grape
@Grapes(
  @Grab(group='tech.coner.crispyfish', module='crispyfish', version='0.5.7')
)
Apache Ivy
<dependency org="tech.coner.crispyfish" name="crispyfish" rev="0.5.7" />
Leiningen
[tech.coner.crispyfish/crispyfish "0.5.7"]
Apache Buildr
'tech.coner.crispyfish:crispyfish:jar:0.5.7'
Dependencies
The project has no third-party dependencies