c

constructs

A programming model for software-defined state
https://github.com/aws/constructs
Apache License 2.0
文件下载
文件名 操作
constructs-10.1.66.jar 下载
constructs-10.1.66.pom 下载
constructs-10.1.66-sources.jar 下载
Apache Maven
<dependency>
  <groupId>software.constructs</groupId>
  <artifactId>constructs</artifactId>
  <version>10.1.66</version>
</dependency>
Gradle Groovy
implementation 'software.constructs:constructs:10.1.66'
Gradle Kotlin
implementation("software.constructs:constructs:10.1.66")
Scala SBT
libraryDependencies += "software.constructs" % "constructs" % "10.1.66"
Groovy Grape
@Grapes(
  @Grab(group='software.constructs', module='constructs', version='10.1.66')
)
Apache Ivy
<dependency org="software.constructs" name="constructs" rev="10.1.66" />
Leiningen
[software.constructs/constructs "10.1.66"]
Apache Buildr
'software.constructs:constructs:jar:10.1.66'