Categories |
CategoriesIDE Development Tools Spring Boot Container Microservices |
---|---|
GroupId | GroupIdbr.com.ideotech |
ArtifactId | ArtifactIddraw-out-spring-boot-lib |
Version | Version1.5.19-2.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
draw-out-spring-boot-lib-1.5.19-2.RELEASE.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.ideotech/draw-out-spring-boot-lib/ -->
<dependency>
<groupId>br.com.ideotech</groupId>
<artifactId>draw-out-spring-boot-lib</artifactId>
<version>1.5.19-2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.ideotech/draw-out-spring-boot-lib/
implementation 'br.com.ideotech:draw-out-spring-boot-lib:1.5.19-2.RELEASE'
// https://jarcasting.com/artifacts/br.com.ideotech/draw-out-spring-boot-lib/
implementation ("br.com.ideotech:draw-out-spring-boot-lib:1.5.19-2.RELEASE")
'br.com.ideotech:draw-out-spring-boot-lib:pom:1.5.19-2.RELEASE'
<dependency org="br.com.ideotech" name="draw-out-spring-boot-lib" rev="1.5.19-2.RELEASE">
<artifact name="draw-out-spring-boot-lib" type="pom" />
</dependency>
@Grapes(
@Grab(group='br.com.ideotech', module='draw-out-spring-boot-lib', version='1.5.19-2.RELEASE')
)
libraryDependencies += "br.com.ideotech" % "draw-out-spring-boot-lib" % "1.5.19-2.RELEASE"
[br.com.ideotech/draw-out-spring-boot-lib "1.5.19-2.RELEASE"]