c

ctf-algorithms

Collection of CTF algorithms
https://github.com/xseris/JavaCTFAlgorithms
The MIT License
Simone Sandri
Files download
File Operation
ctf-algorithms-1.0.0.jar download
ctf-algorithms-1.0.0.pom download
ctf-algorithms-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.xseris.jca</groupId>
  <artifactId>ctf-algorithms</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.xseris.jca:ctf-algorithms:1.0.0'
Gradle Kotlin
implementation("com.github.xseris.jca:ctf-algorithms:1.0.0")
Scala SBT
libraryDependencies += "com.github.xseris.jca" % "ctf-algorithms" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.xseris.jca', module='ctf-algorithms', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.xseris.jca" name="ctf-algorithms" rev="1.0.0" />
Leiningen
[com.github.xseris.jca/ctf-algorithms "1.0.0"]
Apache Buildr
'com.github.xseris.jca:ctf-algorithms:jar:1.0.0'