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