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