| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdcom.scudata.esproc |
| ArtifactId | ArtifactIdesproc |
| Version | Version20220601 |
| Type | Typejar |
| Description |
Descriptioncom.scudata.esproc:esproc
SPL(Structured Process Language) A programming language specially for structured data computing.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| esproc-20220601.pom | |
| esproc-20220601.jar | 5 MB |
| esproc-20220601-sources.jar | 3 MB |
| esproc-20220601-javadoc.jar | 10 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.scudata.esproc/esproc/ -->
<dependency>
<groupId>com.scudata.esproc</groupId>
<artifactId>esproc</artifactId>
<version>20220601</version>
</dependency>
// https://jarcasting.com/artifacts/com.scudata.esproc/esproc/
implementation 'com.scudata.esproc:esproc:20220601'
// https://jarcasting.com/artifacts/com.scudata.esproc/esproc/
implementation ("com.scudata.esproc:esproc:20220601")
'com.scudata.esproc:esproc:jar:20220601'
<dependency org="com.scudata.esproc" name="esproc" rev="20220601">
<artifact name="esproc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scudata.esproc', module='esproc', version='20220601')
)
libraryDependencies += "com.scudata.esproc" % "esproc" % "20220601"
[com.scudata.esproc/esproc "20220601"]