Flowable Control version for Maven Deployment

I am trying to create my own version of Flowable Control using this link


<dependency>
    <groupId>com.flowable.control</groupId>
    <artifactId>flowable-spring-boot-starter-control</artifactId>
    <version>${com.flowable.control.version}</version>
    <exclusions>
        <exclusion>
            <artifactId>spring-boot-starter-log4j2</artifactId>
            <groupId>org.springframework.boot</groupId>
        </exclusion>
    </exclusions>
</dependency>

Can anyone please guide me what is ${com.flowable.control.version} . I have given 3.8.5 which is not working .Also it is not in maven global repository.

[WARNING] The POM for com.flowable.control:flowable-spring-boot-starter-control:jar:3.8.5 is missing, no dependency information available

Hi,
Flowable Design, Control and Work are part of the enterprise product, not Open Source.
In order to build your own control, work or design applications you need to be granted access to the Flowable artifact repository which will come when a license is purchased.
If you have a license, instructions will have been sent along with the license on how to connect to the artifact repository.