Categories |
CategoriesSpring Boot Container Microservices ORM Data |
---|---|
GroupId | GroupIdde.cyclon-softworx |
ArtifactId | ArtifactIdjwebform-spring-boot-starter |
Version | Version0.0.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.cyclon-softworx/jwebform-spring-boot-starter/ -->
<dependency>
<groupId>de.cyclon-softworx</groupId>
<artifactId>jwebform-spring-boot-starter</artifactId>
<version>0.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/de.cyclon-softworx/jwebform-spring-boot-starter/
implementation 'de.cyclon-softworx:jwebform-spring-boot-starter:0.0.11'
// https://jarcasting.com/artifacts/de.cyclon-softworx/jwebform-spring-boot-starter/
implementation ("de.cyclon-softworx:jwebform-spring-boot-starter:0.0.11")
'de.cyclon-softworx:jwebform-spring-boot-starter:jar:0.0.11'
<dependency org="de.cyclon-softworx" name="jwebform-spring-boot-starter" rev="0.0.11">
<artifact name="jwebform-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.cyclon-softworx', module='jwebform-spring-boot-starter', version='0.0.11')
)
libraryDependencies += "de.cyclon-softworx" % "jwebform-spring-boot-starter" % "0.0.11"
[de.cyclon-softworx/jwebform-spring-boot-starter "0.0.11"]