Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.awakebymyself |
ArtifactId | ArtifactIddynamicsource-spring-boot-starter |
Version | Version1.2.4.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.awakebymyself/dynamicsource-spring-boot-starter/ -->
<dependency>
<groupId>com.github.awakebymyself</groupId>
<artifactId>dynamicsource-spring-boot-starter</artifactId>
<version>1.2.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.awakebymyself/dynamicsource-spring-boot-starter/
implementation 'com.github.awakebymyself:dynamicsource-spring-boot-starter:1.2.4.RELEASE'
// https://jarcasting.com/artifacts/com.github.awakebymyself/dynamicsource-spring-boot-starter/
implementation ("com.github.awakebymyself:dynamicsource-spring-boot-starter:1.2.4.RELEASE")
'com.github.awakebymyself:dynamicsource-spring-boot-starter:jar:1.2.4.RELEASE'
<dependency org="com.github.awakebymyself" name="dynamicsource-spring-boot-starter" rev="1.2.4.RELEASE">
<artifact name="dynamicsource-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.awakebymyself', module='dynamicsource-spring-boot-starter', version='1.2.4.RELEASE')
)
libraryDependencies += "com.github.awakebymyself" % "dynamicsource-spring-boot-starter" % "1.2.4.RELEASE"
[com.github.awakebymyself/dynamicsource-spring-boot-starter "1.2.4.RELEASE"]