GroupId | GroupIdcom.listeningframework.boot |
---|---|
ArtifactId | ArtifactIdlistening-boot-starters |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
listening-boot-starters-1.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.listeningframework.boot/listening-boot-starters/ -->
<dependency>
<groupId>com.listeningframework.boot</groupId>
<artifactId>listening-boot-starters</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.listeningframework.boot/listening-boot-starters/
implementation 'com.listeningframework.boot:listening-boot-starters:1.0.0'
// https://jarcasting.com/artifacts/com.listeningframework.boot/listening-boot-starters/
implementation ("com.listeningframework.boot:listening-boot-starters:1.0.0")
'com.listeningframework.boot:listening-boot-starters:pom:1.0.0'
<dependency org="com.listeningframework.boot" name="listening-boot-starters" rev="1.0.0">
<artifact name="listening-boot-starters" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.listeningframework.boot', module='listening-boot-starters', version='1.0.0')
)
libraryDependencies += "com.listeningframework.boot" % "listening-boot-starters" % "1.0.0"
[com.listeningframework.boot/listening-boot-starters "1.0.0"]