brainfXck

A highly extensible, simple interpreter for the Brainfuck language.

License

License

GroupId

GroupId

com.github.bloodshura
ArtifactId

ArtifactId

brainfxck
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

brainfXck
A highly extensible, simple interpreter for the Brainfuck language.

Download brainfxck

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.bloodshura/brainfxck/ -->
<dependency>
    <groupId>com.github.bloodshura</groupId>
    <artifactId>brainfxck</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bloodshura/brainfxck/
implementation 'com.github.bloodshura:brainfxck:1.1.0'
// https://jarcasting.com/artifacts/com.github.bloodshura/brainfxck/
implementation ("com.github.bloodshura:brainfxck:1.1.0")
'com.github.bloodshura:brainfxck:jar:1.1.0'
<dependency org="com.github.bloodshura" name="brainfxck" rev="1.1.0">
  <artifact name="brainfxck" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bloodshura', module='brainfxck', version='1.1.0')
)
libraryDependencies += "com.github.bloodshura" % "brainfxck" % "1.1.0"
[com.github.bloodshura/brainfxck "1.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.github.bloodshura : shurax jar 1.1.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0