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