License |
License |
---|---|
GroupId | GroupIdio.winterframework |
ArtifactId | ArtifactIdwinter-root |
Version | Version1.0.1 |
Type | Typepom |
Description |
DescriptionThe Winter framework
The Winter framework is an Inversion of Control and Dependency Injection framework for the Java 9+ platform.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
winter-root-1.0.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.winterframework/winter-root/ -->
<dependency>
<groupId>io.winterframework</groupId>
<artifactId>winter-root</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.winterframework/winter-root/
implementation 'io.winterframework:winter-root:1.0.1'
// https://jarcasting.com/artifacts/io.winterframework/winter-root/
implementation ("io.winterframework:winter-root:1.0.1")
'io.winterframework:winter-root:pom:1.0.1'
<dependency org="io.winterframework" name="winter-root" rev="1.0.1">
<artifact name="winter-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.winterframework', module='winter-root', version='1.0.1')
)
libraryDependencies += "io.winterframework" % "winter-root" % "1.0.1"
[io.winterframework/winter-root "1.0.1"]