| License |
License |
|---|---|
| Categories |
CategoriesNet MyBatis Data ORM |
| GroupId | GroupIdorg.indunet |
| ArtifactId | ArtifactIdnifi-mybatis |
| Last Version | Last Version1.0.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionnifi-mybatis
NiFi MyBatis is a database access tool under NiFi framework.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| nifi-mybatis-1.0.7.pom | |
| nifi-mybatis-1.0.7.jar | 8 KB |
| nifi-mybatis-1.0.7-sources.jar | 3 KB |
| nifi-mybatis-1.0.7-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.indunet/nifi-mybatis/ -->
<dependency>
<groupId>org.indunet</groupId>
<artifactId>nifi-mybatis</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.indunet/nifi-mybatis/
implementation 'org.indunet:nifi-mybatis:1.0.7'
// https://jarcasting.com/artifacts/org.indunet/nifi-mybatis/
implementation ("org.indunet:nifi-mybatis:1.0.7")
'org.indunet:nifi-mybatis:jar:1.0.7'
<dependency org="org.indunet" name="nifi-mybatis" rev="1.0.7">
<artifact name="nifi-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.indunet', module='nifi-mybatis', version='1.0.7')
)
libraryDependencies += "org.indunet" % "nifi-mybatis" % "1.0.7"
[org.indunet/nifi-mybatis "1.0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mybatis : mybatis | jar | 3.5.6 |
| org.apache.nifi : nifi-dbcp-service-api | jar | 1.11.4 |
| org.apache.nifi : nifi-dbcp-service | jar | 1.11.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.nifi : nifi-kerberos-credentials-service-api | jar | 1.11.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.nifi : nifi-mock | jar | 1.11.4 |
| junit : junit | jar | 4.13.1 |
| org.postgresql : postgresql | jar | 42.2.9 |