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