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