is not current version
Last Version 3.8.1

com.ontimize.boot:ontimize-boot-parent 3.3.0

Ontimize Boot Parent is a project that wrap Ontimize Boot dependencies and Spring Boot version.

GroupId

GroupId

com.ontimize.boot
ArtifactId

ArtifactId

ontimize-boot-parent
Version

Version

3.3.0
Type

Type

pom

Download ontimize-boot-parent 3.3.0


<!-- https://jarcasting.com/artifacts/com.ontimize.boot/ontimize-boot-parent/ -->
<dependency>
    <groupId>com.ontimize.boot</groupId>
    <artifactId>ontimize-boot-parent</artifactId>
    <version>3.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ontimize.boot/ontimize-boot-parent/
implementation 'com.ontimize.boot:ontimize-boot-parent:3.3.0'
// https://jarcasting.com/artifacts/com.ontimize.boot/ontimize-boot-parent/
implementation ("com.ontimize.boot:ontimize-boot-parent:3.3.0")
'com.ontimize.boot:ontimize-boot-parent:pom:3.3.0'
<dependency org="com.ontimize.boot" name="ontimize-boot-parent" rev="3.3.0">
  <artifact name="ontimize-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ontimize.boot', module='ontimize-boot-parent', version='3.3.0')
)
libraryDependencies += "com.ontimize.boot" % "ontimize-boot-parent" % "3.3.0"
[com.ontimize.boot/ontimize-boot-parent "3.3.0"]