| License |
License |
|---|---|
| GroupId | GroupIdcom.github.bloodshura |
| ArtifactId | ArtifactIdbrainfxck |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionbrainfXck
A highly extensible, simple interpreter for the Brainfuck language.
|
| Filename | Size |
|---|---|
| brainfxck-1.1.0.pom | |
| brainfxck-1.1.0.jar | 14 KB |
| brainfxck-1.1.0-sources.jar | 15 KB |
| brainfxck-1.1.0-javadoc.jar | 85 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.bloodshura : shurax | jar | 1.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |