Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.devonfw.tools.ide |
ArtifactId | ArtifactIddevonfw-ide-scripts |
Version | Version2020.12.002 |
Type | Typepom |
Filename | Size |
---|---|
devonfw-ide-scripts-2020.12.002.pom | |
devonfw-ide-scripts-2020.12.002.tar.gz | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.devonfw.tools.ide/devonfw-ide-scripts/ -->
<dependency>
<groupId>com.devonfw.tools.ide</groupId>
<artifactId>devonfw-ide-scripts</artifactId>
<version>2020.12.002</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.devonfw.tools.ide/devonfw-ide-scripts/
implementation 'com.devonfw.tools.ide:devonfw-ide-scripts:2020.12.002'
// https://jarcasting.com/artifacts/com.devonfw.tools.ide/devonfw-ide-scripts/
implementation ("com.devonfw.tools.ide:devonfw-ide-scripts:2020.12.002")
'com.devonfw.tools.ide:devonfw-ide-scripts:pom:2020.12.002'
<dependency org="com.devonfw.tools.ide" name="devonfw-ide-scripts" rev="2020.12.002">
<artifact name="devonfw-ide-scripts" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.devonfw.tools.ide', module='devonfw-ide-scripts', version='2020.12.002')
)
libraryDependencies += "com.devonfw.tools.ide" % "devonfw-ide-scripts" % "2020.12.002"
[com.devonfw.tools.ide/devonfw-ide-scripts "2020.12.002"]