| License |
License |
|---|---|
| Categories |
CategoriesRealm Data Databases |
| GroupId | GroupIdio.github.therealmone |
| ArtifactId | ArtifactIdTests |
| Version | Version1.1.0 |
| Type | Typejar |
| Description |
DescriptionJava translator from a "handmade" language
|
| Filename | Size |
|---|---|
| Tests-1.1.0.pom | |
| Tests-1.1.0.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.therealmone/Tests/ -->
<dependency>
<groupId>io.github.therealmone</groupId>
<artifactId>Tests</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.therealmone/Tests/
implementation 'io.github.therealmone:Tests:1.1.0'
// https://jarcasting.com/artifacts/io.github.therealmone/Tests/
implementation ("io.github.therealmone:Tests:1.1.0")
'io.github.therealmone:Tests:jar:1.1.0'
<dependency org="io.github.therealmone" name="Tests" rev="1.1.0">
<artifact name="Tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.therealmone', module='Tests', version='1.1.0')
)
libraryDependencies += "io.github.therealmone" % "Tests" % "1.1.0"
[io.github.therealmone/Tests "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.therealmone : SPOLexer | jar | 1.1.0 |
| io.github.therealmone : SPOParser | jar | 1.1.0 |
| io.github.therealmone : SPOStackMachine | jar | 1.1.0 |
| io.github.therealmone : TranslatorAPI | jar | 1.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |