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