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