| License |
License |
|---|---|
| Categories |
CategoriesJNA Development Tools Native |
| GroupId | GroupIdio.github.dan2097 |
| ArtifactId | ArtifactIdjna-inchi-core |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJNA InChI Core
Functionality for calling the InChI library from Java (binaries included)
|
| Filename | Size |
|---|---|
| jna-inchi-core-1.1.pom | |
| jna-inchi-core-1.1.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.dan2097/jna-inchi-core/ -->
<dependency>
<groupId>io.github.dan2097</groupId>
<artifactId>jna-inchi-core</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dan2097/jna-inchi-core/
implementation 'io.github.dan2097:jna-inchi-core:1.1'
// https://jarcasting.com/artifacts/io.github.dan2097/jna-inchi-core/
implementation ("io.github.dan2097:jna-inchi-core:1.1")
'io.github.dan2097:jna-inchi-core:jar:1.1'
<dependency org="io.github.dan2097" name="jna-inchi-core" rev="1.1">
<artifact name="jna-inchi-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dan2097', module='jna-inchi-core', version='1.1')
)
libraryDependencies += "io.github.dan2097" % "jna-inchi-core" % "1.1"
[io.github.dan2097/jna-inchi-core "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.dan2097 : jna-inchi-api | jar | 1.1 |
| io.github.dan2097 : jna-inchi-darwin-aarch64 | jar | 1.1 |
| io.github.dan2097 : jna-inchi-darwin-x86-64 | jar | 1.1 |
| io.github.dan2097 : jna-inchi-linux-arm | jar | 1.1 |
| io.github.dan2097 : jna-inchi-linux-x86 | jar | 1.1 |
| io.github.dan2097 : jna-inchi-linux-x86-64 | jar | 1.1 |
| io.github.dan2097 : jna-inchi-win32-x86 | jar | 1.1 |
| io.github.dan2097 : jna-inchi-win32-x86-64 | jar | 1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |