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