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