| License |
License |
|---|---|
| GroupId | GroupIdorg.sterlingcode |
| ArtifactId | ArtifactIdsterling |
| Last Version | Last Version1.0-alpha-4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsterling
A functional scripting language implemented in Java, inspired by Haskell, JavaScript, and Python.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| sterling-1.0-alpha-4.pom | |
| sterling-1.0-alpha-4.jar | 272 KB |
| sterling-1.0-alpha-4-sources.jar | 103 KB |
| sterling-1.0-alpha-4-javadoc.jar | 545 KB |
| sterling-1.0-alpha-4-dist.zip | 227 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sterlingcode/sterling/ -->
<dependency>
<groupId>org.sterlingcode</groupId>
<artifactId>sterling</artifactId>
<version>1.0-alpha-4</version>
</dependency>
// https://jarcasting.com/artifacts/org.sterlingcode/sterling/
implementation 'org.sterlingcode:sterling:1.0-alpha-4'
// https://jarcasting.com/artifacts/org.sterlingcode/sterling/
implementation ("org.sterlingcode:sterling:1.0-alpha-4")
'org.sterlingcode:sterling:jar:1.0-alpha-4'
<dependency org="org.sterlingcode" name="sterling" rev="1.0-alpha-4">
<artifact name="sterling" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sterlingcode', module='sterling', version='1.0-alpha-4')
)
libraryDependencies += "org.sterlingcode" % "sterling" % "1.0-alpha-4"
[org.sterlingcode/sterling "1.0-alpha-4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | 1.9.5 |
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-all | jar | 1.3 |