License |
License |
---|---|
GroupId | GroupIdcom.senzing |
ArtifactId | ArtifactIdg2 |
Version | Version3.0.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-3.0.0.pom | |
g2-3.0.0.jar | 30 KB |
g2-3.0.0-sources.jar | 32 KB |
g2-3.0.0-javadoc.jar | 638 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.senzing/g2/ -->
<dependency>
<groupId>com.senzing</groupId>
<artifactId>g2</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.senzing/g2/
implementation 'com.senzing:g2:3.0.0'
// https://jarcasting.com/artifacts/com.senzing/g2/
implementation ("com.senzing:g2:3.0.0")
'com.senzing:g2:jar:3.0.0'
<dependency org="com.senzing" name="g2" rev="3.0.0">
<artifact name="g2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.senzing', module='g2', version='3.0.0')
)
libraryDependencies += "com.senzing" % "g2" % "3.0.0"
[com.senzing/g2 "3.0.0"]