| License |
License |
|---|---|
| GroupId | GroupIdio.winterframework.dist |
| ArtifactId | ArtifactIdwinter-parent |
| Version | Version1.0.0 |
| Type | Typepom |
| Description |
Descriptionwinter-parent
The Winter framework parent pom
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| winter-parent-1.0.0.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.winterframework.dist/winter-parent/ -->
<dependency>
<groupId>io.winterframework.dist</groupId>
<artifactId>winter-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.winterframework.dist/winter-parent/
implementation 'io.winterframework.dist:winter-parent:1.0.0'
// https://jarcasting.com/artifacts/io.winterframework.dist/winter-parent/
implementation ("io.winterframework.dist:winter-parent:1.0.0")
'io.winterframework.dist:winter-parent:pom:1.0.0'
<dependency org="io.winterframework.dist" name="winter-parent" rev="1.0.0">
<artifact name="winter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.winterframework.dist', module='winter-parent', version='1.0.0')
)
libraryDependencies += "io.winterframework.dist" % "winter-parent" % "1.0.0"
[io.winterframework.dist/winter-parent "1.0.0"]