| GroupId | GroupIdsoftware.constructs |
|---|---|
| ArtifactId | ArtifactIdconstructs |
| Version | Version3.4.33 |
| Type | Typejar |
| Filename | Size |
|---|---|
| constructs-3.4.33.pom | |
| constructs-3.4.33.jar | 89 KB |
| constructs-3.4.33-sources.jar | 75 KB |
| constructs-3.4.33-javadoc.jar | 578 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/software.constructs/constructs/ -->
<dependency>
<groupId>software.constructs</groupId>
<artifactId>constructs</artifactId>
<version>3.4.33</version>
</dependency>
// https://jarcasting.com/artifacts/software.constructs/constructs/
implementation 'software.constructs:constructs:3.4.33'
// https://jarcasting.com/artifacts/software.constructs/constructs/
implementation ("software.constructs:constructs:3.4.33")
'software.constructs:constructs:jar:3.4.33'
<dependency org="software.constructs" name="constructs" rev="3.4.33">
<artifact name="constructs" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.constructs', module='constructs', version='3.4.33')
)
libraryDependencies += "software.constructs" % "constructs" % "3.4.33"
[software.constructs/constructs "3.4.33"]