| Categories |
CategoriesORM Data |
|---|---|
| GroupId | GroupIdcom.jpattern |
| ArtifactId | ArtifactIdjporm-jdbctemplate |
| Version | Version3.1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jporm-jdbctemplate-3.1.3.pom | |
| jporm-jdbctemplate-3.1.3.jar | 18 KB |
| jporm-jdbctemplate-3.1.3-sources.jar | 8 KB |
| jporm-jdbctemplate-3.1.3-javadoc.jar | 71 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jpattern/jporm-jdbctemplate/ -->
<dependency>
<groupId>com.jpattern</groupId>
<artifactId>jporm-jdbctemplate</artifactId>
<version>3.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.jpattern/jporm-jdbctemplate/
implementation 'com.jpattern:jporm-jdbctemplate:3.1.3'
// https://jarcasting.com/artifacts/com.jpattern/jporm-jdbctemplate/
implementation ("com.jpattern:jporm-jdbctemplate:3.1.3")
'com.jpattern:jporm-jdbctemplate:jar:3.1.3'
<dependency org="com.jpattern" name="jporm-jdbctemplate" rev="3.1.3">
<artifact name="jporm-jdbctemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jpattern', module='jporm-jdbctemplate', version='3.1.3')
)
libraryDependencies += "com.jpattern" % "jporm-jdbctemplate" % "3.1.3"
[com.jpattern/jporm-jdbctemplate "3.1.3"]