GroupId | GroupIdorg.kie.workbench.services |
---|---|
ArtifactId | ArtifactIdkie-wb-common-compiler-offprocess-classpath |
Version | Version7.43.1.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kie.workbench.services/kie-wb-common-compiler-offprocess-classpath/ -->
<dependency>
<groupId>org.kie.workbench.services</groupId>
<artifactId>kie-wb-common-compiler-offprocess-classpath</artifactId>
<version>7.43.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.workbench.services/kie-wb-common-compiler-offprocess-classpath/
implementation 'org.kie.workbench.services:kie-wb-common-compiler-offprocess-classpath:7.43.1.Final'
// https://jarcasting.com/artifacts/org.kie.workbench.services/kie-wb-common-compiler-offprocess-classpath/
implementation ("org.kie.workbench.services:kie-wb-common-compiler-offprocess-classpath:7.43.1.Final")
'org.kie.workbench.services:kie-wb-common-compiler-offprocess-classpath:jar:7.43.1.Final'
<dependency org="org.kie.workbench.services" name="kie-wb-common-compiler-offprocess-classpath" rev="7.43.1.Final">
<artifact name="kie-wb-common-compiler-offprocess-classpath" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.workbench.services', module='kie-wb-common-compiler-offprocess-classpath', version='7.43.1.Final')
)
libraryDependencies += "org.kie.workbench.services" % "kie-wb-common-compiler-offprocess-classpath" % "7.43.1.Final"
[org.kie.workbench.services/kie-wb-common-compiler-offprocess-classpath "7.43.1.Final"]