is not current version
Last Version 3.8.1

com.ontimize.boot:ontimize-boot 3.5.0

Ontimize Boot uses Spring Boot technology to further simplify the development of a service or microservice based server, using the API REST communication system.

GroupId

GroupId

com.ontimize.boot
ArtifactId

ArtifactId

ontimize-boot
Version

Version

3.5.0
Type

Type

pom

Download ontimize-boot 3.5.0

Filename Size
ontimize-boot-3.5.0.pom 11 KB
Browse

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