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