Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.github.johnnymillergh.boot |
ArtifactId | ArtifactIdmedia-streaming-spring-boot-autoconfigure |
Version | Version1.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.johnnymillergh.boot/media-streaming-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.johnnymillergh.boot</groupId>
<artifactId>media-streaming-spring-boot-autoconfigure</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.johnnymillergh.boot/media-streaming-spring-boot-autoconfigure/
implementation 'com.github.johnnymillergh.boot:media-streaming-spring-boot-autoconfigure:1.2.1'
// https://jarcasting.com/artifacts/com.github.johnnymillergh.boot/media-streaming-spring-boot-autoconfigure/
implementation ("com.github.johnnymillergh.boot:media-streaming-spring-boot-autoconfigure:1.2.1")
'com.github.johnnymillergh.boot:media-streaming-spring-boot-autoconfigure:jar:1.2.1'
<dependency org="com.github.johnnymillergh.boot" name="media-streaming-spring-boot-autoconfigure" rev="1.2.1">
<artifact name="media-streaming-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.johnnymillergh.boot', module='media-streaming-spring-boot-autoconfigure', version='1.2.1')
)
libraryDependencies += "com.github.johnnymillergh.boot" % "media-streaming-spring-boot-autoconfigure" % "1.2.1"
[com.github.johnnymillergh.boot/media-streaming-spring-boot-autoconfigure "1.2.1"]