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