Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.nervepoint |
ArtifactId | ArtifactIdidentity4j-jdbc |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
identity4j-jdbc-1.0.4.pom | |
identity4j-jdbc-1.0.4.jar | 26 KB |
identity4j-jdbc-1.0.4-tests.jar | 1 KB |
identity4j-jdbc-1.0.4-sources.jar | 16 KB |
identity4j-jdbc-1.0.4-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nervepoint/identity4j-jdbc/ -->
<dependency>
<groupId>com.nervepoint</groupId>
<artifactId>identity4j-jdbc</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.nervepoint/identity4j-jdbc/
implementation 'com.nervepoint:identity4j-jdbc:1.0.4'
// https://jarcasting.com/artifacts/com.nervepoint/identity4j-jdbc/
implementation ("com.nervepoint:identity4j-jdbc:1.0.4")
'com.nervepoint:identity4j-jdbc:jar:1.0.4'
<dependency org="com.nervepoint" name="identity4j-jdbc" rev="1.0.4">
<artifact name="identity4j-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nervepoint', module='identity4j-jdbc', version='1.0.4')
)
libraryDependencies += "com.nervepoint" % "identity4j-jdbc" % "1.0.4"
[com.nervepoint/identity4j-jdbc "1.0.4"]