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