License |
License |
---|---|
GroupId | GroupIdcom.senzing |
ArtifactId | ArtifactIdg2 |
Version | Version2.9.0 |
Type | Typejar |
Description |
DescriptionSenzing G2 Java SDK
The Java SDK for the Senzing G2 Engine. This calls through to the native Senzing SDK via JNI.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
g2-2.9.0.pom | |
g2-2.9.0.jar | 33 KB |
g2-2.9.0-sources.jar | 42 KB |
g2-2.9.0-javadoc.jar | 689 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.senzing/g2/ -->
<dependency>
<groupId>com.senzing</groupId>
<artifactId>g2</artifactId>
<version>2.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.senzing/g2/
implementation 'com.senzing:g2:2.9.0'
// https://jarcasting.com/artifacts/com.senzing/g2/
implementation ("com.senzing:g2:2.9.0")
'com.senzing:g2:jar:2.9.0'
<dependency org="com.senzing" name="g2" rev="2.9.0">
<artifact name="g2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.senzing', module='g2', version='2.9.0')
)
libraryDependencies += "com.senzing" % "g2" % "2.9.0"
[com.senzing/g2 "2.9.0"]