is not current version
Last Version 2.0.1

tech.regiment:springboot-regiment 2.0.0

The dependancy acts as an SDK for regiment.tech users who want to integrate the application logs onto our platform. The SDK helps in log aggregation of a given service.

GroupId

GroupId

tech.regiment
ArtifactId

ArtifactId

springboot-regiment
Version

Version

2.0.0
Type

Type

jar

Download springboot-regiment 2.0.0


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