GroupId | GroupIdcom.wizzdi |
---|---|
ArtifactId | ArtifactIdflexicore-boot-starter-web |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.wizzdi/flexicore-boot-starter-web/ -->
<dependency>
<groupId>com.wizzdi</groupId>
<artifactId>flexicore-boot-starter-web</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.wizzdi/flexicore-boot-starter-web/
implementation 'com.wizzdi:flexicore-boot-starter-web:1.0.2'
// https://jarcasting.com/artifacts/com.wizzdi/flexicore-boot-starter-web/
implementation ("com.wizzdi:flexicore-boot-starter-web:1.0.2")
'com.wizzdi:flexicore-boot-starter-web:jar:1.0.2'
<dependency org="com.wizzdi" name="flexicore-boot-starter-web" rev="1.0.2">
<artifact name="flexicore-boot-starter-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wizzdi', module='flexicore-boot-starter-web', version='1.0.2')
)
libraryDependencies += "com.wizzdi" % "flexicore-boot-starter-web" % "1.0.2"
[com.wizzdi/flexicore-boot-starter-web "1.0.2"]