Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.devonfw.tools.ide |
ArtifactId | ArtifactIddevonfw-ide-scripts |
Version | Version3.3.0 |
Type | Typepom |
Filename | Size |
---|---|
devonfw-ide-scripts-3.3.0.pom | |
devonfw-ide-scripts-3.3.0.tar.gz | 5 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>3.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.devonfw.tools.ide/devonfw-ide-scripts/
implementation 'com.devonfw.tools.ide:devonfw-ide-scripts:3.3.0'
// https://jarcasting.com/artifacts/com.devonfw.tools.ide/devonfw-ide-scripts/
implementation ("com.devonfw.tools.ide:devonfw-ide-scripts:3.3.0")
'com.devonfw.tools.ide:devonfw-ide-scripts:pom:3.3.0'
<dependency org="com.devonfw.tools.ide" name="devonfw-ide-scripts" rev="3.3.0">
<artifact name="devonfw-ide-scripts" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.devonfw.tools.ide', module='devonfw-ide-scripts', version='3.3.0')
)
libraryDependencies += "com.devonfw.tools.ide" % "devonfw-ide-scripts" % "3.3.0"
[com.devonfw.tools.ide/devonfw-ide-scripts "3.3.0"]