<dependency> <groupId>org.xerial</groupId> <artifactId>sqlite-jdbc</artifactId> <version>3.8.11.1</version> </dependency>
implementation 'org.xerial:sqlite-jdbc:3.8.11.1'
implementation("org.xerial:sqlite-jdbc:3.8.11.1")
libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.8.11.1"
@Grapes( @Grab(group='org.xerial', module='sqlite-jdbc', version='3.8.11.1') )
<dependency org="org.xerial" name="sqlite-jdbc" rev="3.8.11.1" />
[org.xerial/sqlite-jdbc "3.8.11.1"]
'org.xerial:sqlite-jdbc:jar:3.8.11.1'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent>
test
|-- junit:junit:4.8.2