GroupId | GroupIdcom.googlecode.objectify |
---|---|
ArtifactId | ArtifactIdobjectify-remotely |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
objectify-remotely-0.6.pom | |
objectify-remotely-0.6.jar | 6 KB |
objectify-remotely-0.6-sources.jar | 2 KB |
objectify-remotely-0.6-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.objectify/objectify-remotely/ -->
<dependency>
<groupId>com.googlecode.objectify</groupId>
<artifactId>objectify-remotely</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.objectify/objectify-remotely/
implementation 'com.googlecode.objectify:objectify-remotely:0.6'
// https://jarcasting.com/artifacts/com.googlecode.objectify/objectify-remotely/
implementation ("com.googlecode.objectify:objectify-remotely:0.6")
'com.googlecode.objectify:objectify-remotely:jar:0.6'
<dependency org="com.googlecode.objectify" name="objectify-remotely" rev="0.6">
<artifact name="objectify-remotely" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.objectify', module='objectify-remotely', version='0.6')
)
libraryDependencies += "com.googlecode.objectify" % "objectify-remotely" % "0.6"
[com.googlecode.objectify/objectify-remotely "0.6"]