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