Categories |
CategoriesIDE Development Tools Gradle Build Tools Github Version Controls |
---|---|
GroupId | GroupIdcom.github.vlsi.ide |
ArtifactId | ArtifactIdcom.github.vlsi.ide.gradle.plugin |
Version | Version1.73 |
Type | Typepom |
Filename | Size |
---|---|
com.github.vlsi.ide.gradle.plugin-1.73.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vlsi.ide/com.github.vlsi.ide.gradle.plugin/ -->
<dependency>
<groupId>com.github.vlsi.ide</groupId>
<artifactId>com.github.vlsi.ide.gradle.plugin</artifactId>
<version>1.73</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.vlsi.ide/com.github.vlsi.ide.gradle.plugin/
implementation 'com.github.vlsi.ide:com.github.vlsi.ide.gradle.plugin:1.73'
// https://jarcasting.com/artifacts/com.github.vlsi.ide/com.github.vlsi.ide.gradle.plugin/
implementation ("com.github.vlsi.ide:com.github.vlsi.ide.gradle.plugin:1.73")
'com.github.vlsi.ide:com.github.vlsi.ide.gradle.plugin:pom:1.73'
<dependency org="com.github.vlsi.ide" name="com.github.vlsi.ide.gradle.plugin" rev="1.73">
<artifact name="com.github.vlsi.ide.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.vlsi.ide', module='com.github.vlsi.ide.gradle.plugin', version='1.73')
)
libraryDependencies += "com.github.vlsi.ide" % "com.github.vlsi.ide.gradle.plugin" % "1.73"
[com.github.vlsi.ide/com.github.vlsi.ide.gradle.plugin "1.73"]