evaluator-spring-boot-starter

This spring-boot-starter facilitates the debugging of your deployed web application. It allows you to execute arbitrary code in the context of your application or outside it via the web route.

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

dev.toliyansky
ArtifactId

ArtifactId

evaluator-spring-boot-starter
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

evaluator-spring-boot-starter
This spring-boot-starter facilitates the debugging of your deployed web application. It allows you to execute arbitrary code in the context of your application or outside it via the web route.
Project URL

Project URL

https://gitlab.com/toliyansky/evaluator-spring-boot-starter

Download evaluator-spring-boot-starter

How to add to project

<!-- https://jarcasting.com/artifacts/dev.toliyansky/evaluator-spring-boot-starter/ -->
<dependency>
    <groupId>dev.toliyansky</groupId>
    <artifactId>evaluator-spring-boot-starter</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.toliyansky/evaluator-spring-boot-starter/
implementation 'dev.toliyansky:evaluator-spring-boot-starter:1.2.1'
// https://jarcasting.com/artifacts/dev.toliyansky/evaluator-spring-boot-starter/
implementation ("dev.toliyansky:evaluator-spring-boot-starter:1.2.1")
'dev.toliyansky:evaluator-spring-boot-starter:jar:1.2.1'
<dependency org="dev.toliyansky" name="evaluator-spring-boot-starter" rev="1.2.1">
  <artifact name="evaluator-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.toliyansky', module='evaluator-spring-boot-starter', version='1.2.1')
)
libraryDependencies += "dev.toliyansky" % "evaluator-spring-boot-starter" % "1.2.1"
[dev.toliyansky/evaluator-spring-boot-starter "1.2.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web Optional jar 2.4.2
org.codehaus.groovy : groovy jar
org.codehaus.groovy : groovy-all pom 3.0.6
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.4.2

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.4.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.1
1.2.0
1.1.0
1.0.0
0.9.1
0.9.0