Categories |
CategoriesData |
---|---|
GroupId | GroupIdmx.bigdata.anyobject |
ArtifactId | ArtifactIdanyobject |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
anyobject-0.9.pom | |
anyobject-0.9.jar | 6 KB |
anyobject-0.9-sources.jar | 4 KB |
anyobject-0.9-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/mx.bigdata.anyobject/anyobject/ -->
<dependency>
<groupId>mx.bigdata.anyobject</groupId>
<artifactId>anyobject</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/mx.bigdata.anyobject/anyobject/
implementation 'mx.bigdata.anyobject:anyobject:0.9'
// https://jarcasting.com/artifacts/mx.bigdata.anyobject/anyobject/
implementation ("mx.bigdata.anyobject:anyobject:0.9")
'mx.bigdata.anyobject:anyobject:jar:0.9'
<dependency org="mx.bigdata.anyobject" name="anyobject" rev="0.9">
<artifact name="anyobject" type="jar" />
</dependency>
@Grapes(
@Grab(group='mx.bigdata.anyobject', module='anyobject', version='0.9')
)
libraryDependencies += "mx.bigdata.anyobject" % "anyobject" % "0.9"
[mx.bigdata.anyobject/anyobject "0.9"]