Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sridharan.objectconstruction |
ArtifactId | ArtifactIdobject-construction-checker |
Version | Version0.1.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.sridharan.objectconstruction/object-construction-checker/ -->
<dependency>
<groupId>net.sridharan.objectconstruction</groupId>
<artifactId>object-construction-checker</artifactId>
<version>0.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/net.sridharan.objectconstruction/object-construction-checker/
implementation 'net.sridharan.objectconstruction:object-construction-checker:0.1.12'
// https://jarcasting.com/artifacts/net.sridharan.objectconstruction/object-construction-checker/
implementation ("net.sridharan.objectconstruction:object-construction-checker:0.1.12")
'net.sridharan.objectconstruction:object-construction-checker:jar:0.1.12'
<dependency org="net.sridharan.objectconstruction" name="object-construction-checker" rev="0.1.12">
<artifact name="object-construction-checker" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sridharan.objectconstruction', module='object-construction-checker', version='0.1.12')
)
libraryDependencies += "net.sridharan.objectconstruction" % "object-construction-checker" % "0.1.12"
[net.sridharan.objectconstruction/object-construction-checker "0.1.12"]