GroupId | GroupIdtech.regiment |
---|---|
ArtifactId | ArtifactIdspringboot-regiment |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
springboot-regiment-2.0.0.pom | |
springboot-regiment-2.0.0.jar | 19 KB |
springboot-regiment-2.0.0-sources.jar | 12 KB |
springboot-regiment-2.0.0-javadoc.jar | 109 KB |
Browse |
<!-- 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"]