License |
License |
---|---|
GroupId | GroupIdcom.googlecode.objectify-query |
ArtifactId | ArtifactIdobjectify-query |
Version | Version0.1 |
Type | Typejar |
Description |
Descriptionobjectify-query
objectify-query is a JSR 269 annotation processor that processes objectify-appengine's
annotations to generate "safer" query classes. The generated query class provides
type-safe methods to filter each of the entities indexed properties
|
Filename | Size |
---|---|
objectify-query-0.1.pom | |
objectify-query-0.1.jar | 18 KB |
objectify-query-0.1-sources.jar | 7 KB |
objectify-query-0.1-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.objectify-query/objectify-query/ -->
<dependency>
<groupId>com.googlecode.objectify-query</groupId>
<artifactId>objectify-query</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.objectify-query/objectify-query/
implementation 'com.googlecode.objectify-query:objectify-query:0.1'
// https://jarcasting.com/artifacts/com.googlecode.objectify-query/objectify-query/
implementation ("com.googlecode.objectify-query:objectify-query:0.1")
'com.googlecode.objectify-query:objectify-query:jar:0.1'
<dependency org="com.googlecode.objectify-query" name="objectify-query" rev="0.1">
<artifact name="objectify-query" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.objectify-query', module='objectify-query', version='0.1')
)
libraryDependencies += "com.googlecode.objectify-query" % "objectify-query" % "0.1"
[com.googlecode.objectify-query/objectify-query "0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.objectify : objectify | jar | 2.2.2 |
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 2.2.0 |