License |
License |
---|---|
GroupId | GroupIdcom.zkejid.constructor |
ArtifactId | ArtifactIdstring-value |
Version | Version1.0.0 |
Type | Typepom |
Description |
DescriptionString value wrapper
Part of Zkejid's Constructor Framework. Serves as a wrapper around string values provided
through any container: command line property, configuration property, etc. Includes semantics
of "empty value" and "omitted value".
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
string-value-1.0.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zkejid.constructor/string-value/ -->
<dependency>
<groupId>com.zkejid.constructor</groupId>
<artifactId>string-value</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.zkejid.constructor/string-value/
implementation 'com.zkejid.constructor:string-value:1.0.0'
// https://jarcasting.com/artifacts/com.zkejid.constructor/string-value/
implementation ("com.zkejid.constructor:string-value:1.0.0")
'com.zkejid.constructor:string-value:pom:1.0.0'
<dependency org="com.zkejid.constructor" name="string-value" rev="1.0.0">
<artifact name="string-value" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.zkejid.constructor', module='string-value', version='1.0.0')
)
libraryDependencies += "com.zkejid.constructor" % "string-value" % "1.0.0"
[com.zkejid.constructor/string-value "1.0.0"]