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