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