Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdorg.st-js |
ArtifactId | ArtifactIdstjs |
Version | Version3.3.0 |
Type | Typepom |
Filename | Size |
---|---|
stjs-3.3.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.st-js/stjs/ -->
<dependency>
<groupId>org.st-js</groupId>
<artifactId>stjs</artifactId>
<version>3.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.st-js/stjs/
implementation 'org.st-js:stjs:3.3.0'
// https://jarcasting.com/artifacts/org.st-js/stjs/
implementation ("org.st-js:stjs:3.3.0")
'org.st-js:stjs:pom:3.3.0'
<dependency org="org.st-js" name="stjs" rev="3.3.0">
<artifact name="stjs" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.st-js', module='stjs', version='3.3.0')
)
libraryDependencies += "org.st-js" % "stjs" % "3.3.0"
[org.st-js/stjs "3.3.0"]