| Categories | CategoriesIDE Development Tools Spring Boot Container Microservices | 
|---|---|
| GroupId | GroupIdbr.com.ideotech | 
| ArtifactId | ArtifactIddraw-out-spring-boot-aop | 
| Version | Version2.0.4.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/br.com.ideotech/draw-out-spring-boot-aop/ -->
<dependency>
    <groupId>br.com.ideotech</groupId>
    <artifactId>draw-out-spring-boot-aop</artifactId>
    <version>2.0.4.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/br.com.ideotech/draw-out-spring-boot-aop/
implementation 'br.com.ideotech:draw-out-spring-boot-aop:2.0.4.RELEASE'// https://jarcasting.com/artifacts/br.com.ideotech/draw-out-spring-boot-aop/
implementation ("br.com.ideotech:draw-out-spring-boot-aop:2.0.4.RELEASE")'br.com.ideotech:draw-out-spring-boot-aop:jar:2.0.4.RELEASE'<dependency org="br.com.ideotech" name="draw-out-spring-boot-aop" rev="2.0.4.RELEASE">
  <artifact name="draw-out-spring-boot-aop" type="jar" />
</dependency>@Grapes(
@Grab(group='br.com.ideotech', module='draw-out-spring-boot-aop', version='2.0.4.RELEASE')
)libraryDependencies += "br.com.ideotech" % "draw-out-spring-boot-aop" % "2.0.4.RELEASE"[br.com.ideotech/draw-out-spring-boot-aop "2.0.4.RELEASE"]