License |
License |
---|---|
GroupId | GroupIdcom.fizzgate |
ArtifactId | ArtifactIdfizz-demo-plugin |
Last Version | Last Version2.3.3-beta6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.fizzgate/fizz-demo-plugin/ -->
<dependency>
<groupId>com.fizzgate</groupId>
<artifactId>fizz-demo-plugin</artifactId>
<version>2.3.3-beta6</version>
</dependency>
// https://jarcasting.com/artifacts/com.fizzgate/fizz-demo-plugin/
implementation 'com.fizzgate:fizz-demo-plugin:2.3.3-beta6'
// https://jarcasting.com/artifacts/com.fizzgate/fizz-demo-plugin/
implementation ("com.fizzgate:fizz-demo-plugin:2.3.3-beta6")
'com.fizzgate:fizz-demo-plugin:jar:2.3.3-beta6'
<dependency org="com.fizzgate" name="fizz-demo-plugin" rev="2.3.3-beta6">
<artifact name="fizz-demo-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fizzgate', module='fizz-demo-plugin', version='2.3.3-beta6')
)
libraryDependencies += "com.fizzgate" % "fizz-demo-plugin" % "2.3.3-beta6"
[com.fizzgate/fizz-demo-plugin "2.3.3-beta6"]
Group / Artifact | Type | Version |
---|---|---|
com.fizzgate : fizz-spring-boot-starter | jar | 2.3.3-beta6 |