is not current version
Last Version 10.1.42

software.constructs:constructs 7.0.1

A programming model for composable configuration

GroupId

GroupId

software.constructs
ArtifactId

ArtifactId

constructs
Version

Version

7.0.1
Type

Type

jar

Download constructs 7.0.1


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