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