| License |
License |
|---|---|
| GroupId | GroupIdcom.fizzgate |
| ArtifactId | ArtifactIdfizz-demo-plugin |
| Version | Version2.3.0-xxx |
| 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.0-xxx</version>
</dependency>
// https://jarcasting.com/artifacts/com.fizzgate/fizz-demo-plugin/
implementation 'com.fizzgate:fizz-demo-plugin:2.3.0-xxx'
// https://jarcasting.com/artifacts/com.fizzgate/fizz-demo-plugin/
implementation ("com.fizzgate:fizz-demo-plugin:2.3.0-xxx")
'com.fizzgate:fizz-demo-plugin:jar:2.3.0-xxx'
<dependency org="com.fizzgate" name="fizz-demo-plugin" rev="2.3.0-xxx">
<artifact name="fizz-demo-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fizzgate', module='fizz-demo-plugin', version='2.3.0-xxx')
)
libraryDependencies += "com.fizzgate" % "fizz-demo-plugin" % "2.3.0-xxx"
[com.fizzgate/fizz-demo-plugin "2.3.0-xxx"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fizzgate : fizz-spring-boot-starter | jar | 2.3.0-SNAPSHOT |