License |
License |
---|---|
GroupId | GroupIdorg.wingsource |
ArtifactId | ArtifactIdproperties |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionwingsource-properties
Wings properties loader
|
Filename | Size |
---|---|
properties-1.0.pom | |
properties-1.0.jar | 2 KB |
properties-1.0-sources.jar | 956 bytes |
properties-1.0-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wingsource/properties/ -->
<dependency>
<groupId>org.wingsource</groupId>
<artifactId>properties</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wingsource/properties/
implementation 'org.wingsource:properties:1.0'
// https://jarcasting.com/artifacts/org.wingsource/properties/
implementation ("org.wingsource:properties:1.0")
'org.wingsource:properties:jar:1.0'
<dependency org="org.wingsource" name="properties" rev="1.0">
<artifact name="properties" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wingsource', module='properties', version='1.0')
)
libraryDependencies += "org.wingsource" % "properties" % "1.0"
[org.wingsource/properties "1.0"]