i

identify

Tools for en/decoding and solving classical ciphers
https://cipher.tools/
GNU General Public License, Version 3.0
Alex Barter
Files download
File Operation
identify-0.3.1.jar download
identify-0.3.1.pom download
identify-0.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>tools.cipher</groupId>
  <artifactId>identify</artifactId>
  <version>0.3.1</version>
</dependency>
Gradle Groovy
implementation 'tools.cipher:identify:0.3.1'
Gradle Kotlin
implementation("tools.cipher:identify:0.3.1")
Scala SBT
libraryDependencies += "tools.cipher" % "identify" % "0.3.1"
Groovy Grape
@Grapes(
  @Grab(group='tools.cipher', module='identify', version='0.3.1')
)
Apache Ivy
<dependency org="tools.cipher" name="identify" rev="0.3.1" />
Leiningen
[tools.cipher/identify "0.3.1"]
Apache Buildr
'tools.cipher:identify:jar:0.3.1'