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