GroupId | GroupIdio.github.together.libraries |
---|---|
ArtifactId | ArtifactIdbundle-spring |
Version | Version5.1.0 |
Type | Typepom |
Filename | Size |
---|---|
bundle-spring-5.1.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.together.libraries/bundle-spring/ -->
<dependency>
<groupId>io.github.together.libraries</groupId>
<artifactId>bundle-spring</artifactId>
<version>5.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.together.libraries/bundle-spring/
implementation 'io.github.together.libraries:bundle-spring:5.1.0'
// https://jarcasting.com/artifacts/io.github.together.libraries/bundle-spring/
implementation ("io.github.together.libraries:bundle-spring:5.1.0")
'io.github.together.libraries:bundle-spring:pom:5.1.0'
<dependency org="io.github.together.libraries" name="bundle-spring" rev="5.1.0">
<artifact name="bundle-spring" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.together.libraries', module='bundle-spring', version='5.1.0')
)
libraryDependencies += "io.github.together.libraries" % "bundle-spring" % "5.1.0"
[io.github.together.libraries/bundle-spring "5.1.0"]