Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.yehebl |
ArtifactId | ArtifactIdspring-jdbc-ds-orm |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
spring-jdbc-ds-orm-0.0.1.pom | |
spring-jdbc-ds-orm-0.0.1.jar | 104 KB |
spring-jdbc-ds-orm-0.0.1-sources.jar | 43 KB |
spring-jdbc-ds-orm-0.0.1-javadoc.jar | 351 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yehebl/spring-jdbc-ds-orm/ -->
<dependency>
<groupId>com.yehebl</groupId>
<artifactId>spring-jdbc-ds-orm</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.yehebl/spring-jdbc-ds-orm/
implementation 'com.yehebl:spring-jdbc-ds-orm:0.0.1'
// https://jarcasting.com/artifacts/com.yehebl/spring-jdbc-ds-orm/
implementation ("com.yehebl:spring-jdbc-ds-orm:0.0.1")
'com.yehebl:spring-jdbc-ds-orm:jar:0.0.1'
<dependency org="com.yehebl" name="spring-jdbc-ds-orm" rev="0.0.1">
<artifact name="spring-jdbc-ds-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yehebl', module='spring-jdbc-ds-orm', version='0.0.1')
)
libraryDependencies += "com.yehebl" % "spring-jdbc-ds-orm" % "0.0.1"
[com.yehebl/spring-jdbc-ds-orm "0.0.1"]