License |
License |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdorg.st-js |
ArtifactId | ArtifactIdstjs |
Last Version | Last Version3.3.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionStrongly-typed Javascript
Javascript code generator from Java source code
|
Filename | Size |
---|---|
stjs-3.3.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.st-js/stjs/ -->
<dependency>
<groupId>org.st-js</groupId>
<artifactId>stjs</artifactId>
<version>3.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.st-js/stjs/
implementation 'org.st-js:stjs:3.3.2'
// https://jarcasting.com/artifacts/org.st-js/stjs/
implementation ("org.st-js:stjs:3.3.2")
'org.st-js:stjs:pom:3.3.2'
<dependency org="org.st-js" name="stjs" rev="3.3.2">
<artifact name="stjs" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.st-js', module='stjs', version='3.3.2')
)
libraryDependencies += "org.st-js" % "stjs" % "3.3.2"
[org.st-js/stjs "3.3.2"]