| Categories | CategoriesGroovy Languages | 
|---|---|
| GroupId | GroupIdorg.faktorips | 
| ArtifactId | ArtifactIdfaktorips-runtime-groovy | 
| Version | Version20.6.1-PRODUCTINFODB-m01 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.faktorips/faktorips-runtime-groovy/ -->
<dependency>
    <groupId>org.faktorips</groupId>
    <artifactId>faktorips-runtime-groovy</artifactId>
    <version>20.6.1-PRODUCTINFODB-m01</version>
</dependency>// https://jarcasting.com/artifacts/org.faktorips/faktorips-runtime-groovy/
implementation 'org.faktorips:faktorips-runtime-groovy:20.6.1-PRODUCTINFODB-m01'// https://jarcasting.com/artifacts/org.faktorips/faktorips-runtime-groovy/
implementation ("org.faktorips:faktorips-runtime-groovy:20.6.1-PRODUCTINFODB-m01")'org.faktorips:faktorips-runtime-groovy:jar:20.6.1-PRODUCTINFODB-m01'<dependency org="org.faktorips" name="faktorips-runtime-groovy" rev="20.6.1-PRODUCTINFODB-m01">
  <artifact name="faktorips-runtime-groovy" type="jar" />
</dependency>@Grapes(
@Grab(group='org.faktorips', module='faktorips-runtime-groovy', version='20.6.1-PRODUCTINFODB-m01')
)libraryDependencies += "org.faktorips" % "faktorips-runtime-groovy" % "20.6.1-PRODUCTINFODB-m01"[org.faktorips/faktorips-runtime-groovy "20.6.1-PRODUCTINFODB-m01"]