Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.smartitengineering |
ArtifactId | ArtifactIdsmart-hibernate-abstract-dao |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
smart-hibernate-abstract-dao-0.2.pom | |
smart-hibernate-abstract-dao-0.2.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.smartitengineering/smart-hibernate-abstract-dao/ -->
<dependency>
<groupId>com.smartitengineering</groupId>
<artifactId>smart-hibernate-abstract-dao</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.smartitengineering/smart-hibernate-abstract-dao/
implementation 'com.smartitengineering:smart-hibernate-abstract-dao:0.2'
// https://jarcasting.com/artifacts/com.smartitengineering/smart-hibernate-abstract-dao/
implementation ("com.smartitengineering:smart-hibernate-abstract-dao:0.2")
'com.smartitengineering:smart-hibernate-abstract-dao:jar:0.2'
<dependency org="com.smartitengineering" name="smart-hibernate-abstract-dao" rev="0.2">
<artifact name="smart-hibernate-abstract-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smartitengineering', module='smart-hibernate-abstract-dao', version='0.2')
)
libraryDependencies += "com.smartitengineering" % "smart-hibernate-abstract-dao" % "0.2"
[com.smartitengineering/smart-hibernate-abstract-dao "0.2"]