<dependency> <groupId>org.kie.modules</groupId> <artifactId>net-jcip-main</artifactId> <version>6.2.0.CR4</version> <type>pom</type> </dependency>
implementation 'org.kie.modules:net-jcip-main:6.2.0.CR4'
implementation("org.kie.modules:net-jcip-main:6.2.0.CR4")
libraryDependencies += "org.kie.modules" % "net-jcip-main" % "6.2.0.CR4"
@Grapes( @Grab(group='org.kie.modules', module='net-jcip-main', version='6.2.0.CR4') )
<dependency org="org.kie.modules" name="net-jcip-main" rev="6.2.0.CR4" />
[org.kie.modules/net-jcip-main "6.2.0.CR4"]
'org.kie.modules:net-jcip-main:jar:6.2.0.CR4'
<parent> <groupId>org.kie.modules</groupId> <artifactId>jboss-eap-6.3</artifactId> <version>6.2.0.CR4</version> </parent>
system
|-- net.jcip:jcip-annotations:1.0.redhat-6