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