Last Version

String value wrapper 1.0.0

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".

License

License

GroupId

GroupId

com.zkejid.constructor
ArtifactId

ArtifactId

string-value
Version

Version

1.0.0
Type

Type

pom
Description

Description

String 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

https://github.com/zkejidsconstructor/string-value
Source Code Management

Source Code Management

https://github.com/zkejidsconstructor/string-value

Download string-value 1.0.0

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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • string-value-api
  • string-value-impl