Categories |
CategoriesJavaScript Languages Gradle Build Tools |
---|---|
GroupId | GroupIdcom.github.dzwicker.stjs.gradle |
ArtifactId | ArtifactIdst-js-gradle-plugin |
Version | Version3.1.3 |
Type | Typejar |
Filename | Size |
---|---|
st-js-gradle-plugin-3.1.3.pom | |
st-js-gradle-plugin-3.1.3.jar | 12 KB |
st-js-gradle-plugin-3.1.3-sources.jar | 6 KB |
st-js-gradle-plugin-3.1.3-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dzwicker.stjs.gradle/st-js-gradle-plugin/ -->
<dependency>
<groupId>com.github.dzwicker.stjs.gradle</groupId>
<artifactId>st-js-gradle-plugin</artifactId>
<version>3.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dzwicker.stjs.gradle/st-js-gradle-plugin/
implementation 'com.github.dzwicker.stjs.gradle:st-js-gradle-plugin:3.1.3'
// https://jarcasting.com/artifacts/com.github.dzwicker.stjs.gradle/st-js-gradle-plugin/
implementation ("com.github.dzwicker.stjs.gradle:st-js-gradle-plugin:3.1.3")
'com.github.dzwicker.stjs.gradle:st-js-gradle-plugin:jar:3.1.3'
<dependency org="com.github.dzwicker.stjs.gradle" name="st-js-gradle-plugin" rev="3.1.3">
<artifact name="st-js-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dzwicker.stjs.gradle', module='st-js-gradle-plugin', version='3.1.3')
)
libraryDependencies += "com.github.dzwicker.stjs.gradle" % "st-js-gradle-plugin" % "3.1.3"
[com.github.dzwicker.stjs.gradle/st-js-gradle-plugin "3.1.3"]