GroupId | GroupIdorg.gcontracts |
---|---|
ArtifactId | ArtifactIdgcontracts-doc |
Version | Version1.2.9 |
Type | Typejar |
Filename | Size |
---|---|
gcontracts-doc-1.2.9.pom | |
gcontracts-doc-1.2.9.jar | 13 KB |
gcontracts-doc-1.2.9-sources.jar | 11 KB |
gcontracts-doc-1.2.9-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gcontracts/gcontracts-doc/ -->
<dependency>
<groupId>org.gcontracts</groupId>
<artifactId>gcontracts-doc</artifactId>
<version>1.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.gcontracts/gcontracts-doc/
implementation 'org.gcontracts:gcontracts-doc:1.2.9'
// https://jarcasting.com/artifacts/org.gcontracts/gcontracts-doc/
implementation ("org.gcontracts:gcontracts-doc:1.2.9")
'org.gcontracts:gcontracts-doc:jar:1.2.9'
<dependency org="org.gcontracts" name="gcontracts-doc" rev="1.2.9">
<artifact name="gcontracts-doc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gcontracts', module='gcontracts-doc', version='1.2.9')
)
libraryDependencies += "org.gcontracts" % "gcontracts-doc" % "1.2.9"
[org.gcontracts/gcontracts-doc "1.2.9"]