GroupId | GroupIdcom.googlecode.objectify |
---|---|
ArtifactId | ArtifactIdobjectify-insight |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
objectify-insight-1.0.3.pom | |
objectify-insight-1.0.3.jar | 50 KB |
objectify-insight-1.0.3-sources.jar | 25 KB |
objectify-insight-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.objectify/objectify-insight/
implementation 'com.googlecode.objectify:objectify-insight:1.0.3'
// https://jarcasting.com/artifacts/com.googlecode.objectify/objectify-insight/
implementation ("com.googlecode.objectify:objectify-insight:1.0.3")
'com.googlecode.objectify:objectify-insight:jar:1.0.3'
<dependency org="com.googlecode.objectify" name="objectify-insight" rev="1.0.3">
<artifact name="objectify-insight" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.objectify', module='objectify-insight', version='1.0.3')
)
libraryDependencies += "com.googlecode.objectify" % "objectify-insight" % "1.0.3"
[com.googlecode.objectify/objectify-insight "1.0.3"]