is not current version
Last Version 10.1.42

software.constructs:constructs 1.1.0

A programming model for composable configuration

GroupId

GroupId

software.constructs
ArtifactId

ArtifactId

constructs
Version

Version

1.1.0
Type

Type

jar

Download constructs 1.1.0


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