Last Version

String value wrapper: implementation 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-impl
Version

Version

1.0.0
Type

Type

jar
Description

Description

String value wrapper: implementation
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/tree/master/string-value-impl

Download string-value-impl 1.0.0


<!-- https://jarcasting.com/artifacts/com.zkejid.constructor/string-value-impl/ -->
<dependency>
    <groupId>com.zkejid.constructor</groupId>
    <artifactId>string-value-impl</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zkejid.constructor/string-value-impl/
implementation 'com.zkejid.constructor:string-value-impl:1.0.0'
// https://jarcasting.com/artifacts/com.zkejid.constructor/string-value-impl/
implementation ("com.zkejid.constructor:string-value-impl:1.0.0")
'com.zkejid.constructor:string-value-impl:jar:1.0.0'
<dependency org="com.zkejid.constructor" name="string-value-impl" rev="1.0.0">
  <artifact name="string-value-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zkejid.constructor', module='string-value-impl', version='1.0.0')
)
libraryDependencies += "com.zkejid.constructor" % "string-value-impl" % "1.0.0"
[com.zkejid.constructor/string-value-impl "1.0.0"]

Dependencies

compile (3)

Group / Artifact Type Version
com.zkejid.constructor : string-value-api jar 1.0.0
com.zkejid.constructor : core-api jar 1.0.0
com.zkejid.constructor : core-impl jar 1.0.0

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.6.2
org.hamcrest : hamcrest jar 2.2

Project Modules

There are no modules declared in this project.