Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.joinfaces |
ArtifactId | ArtifactIdweld-spring-boot-starter |
Version | Version4.6.0-m2 |
Type | Typejar |
Filename | Size |
---|---|
weld-spring-boot-starter-4.6.0-m2.pom | |
weld-spring-boot-starter-4.6.0-m2.jar | 394 bytes |
weld-spring-boot-starter-4.6.0-m2-sources.jar | 261 bytes |
weld-spring-boot-starter-4.6.0-m2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.joinfaces/weld-spring-boot-starter/ -->
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>weld-spring-boot-starter</artifactId>
<version>4.6.0-m2</version>
</dependency>
// https://jarcasting.com/artifacts/org.joinfaces/weld-spring-boot-starter/
implementation 'org.joinfaces:weld-spring-boot-starter:4.6.0-m2'
// https://jarcasting.com/artifacts/org.joinfaces/weld-spring-boot-starter/
implementation ("org.joinfaces:weld-spring-boot-starter:4.6.0-m2")
'org.joinfaces:weld-spring-boot-starter:jar:4.6.0-m2'
<dependency org="org.joinfaces" name="weld-spring-boot-starter" rev="4.6.0-m2">
<artifact name="weld-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joinfaces', module='weld-spring-boot-starter', version='4.6.0-m2')
)
libraryDependencies += "org.joinfaces" % "weld-spring-boot-starter" % "4.6.0-m2"
[org.joinfaces/weld-spring-boot-starter "4.6.0-m2"]