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