GroupId | GroupIdcom.github.ffcfalcos |
---|---|
ArtifactId | ArtifactIdcommon-dao |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
common-dao-2.0.0.pom | |
common-dao-2.0.0.jar | 7 KB |
common-dao-2.0.0-sources.jar | 5 KB |
common-dao-2.0.0-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ffcfalcos/common-dao/ -->
<dependency>
<groupId>com.github.ffcfalcos</groupId>
<artifactId>common-dao</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ffcfalcos/common-dao/
implementation 'com.github.ffcfalcos:common-dao:2.0.0'
// https://jarcasting.com/artifacts/com.github.ffcfalcos/common-dao/
implementation ("com.github.ffcfalcos:common-dao:2.0.0")
'com.github.ffcfalcos:common-dao:jar:2.0.0'
<dependency org="com.github.ffcfalcos" name="common-dao" rev="2.0.0">
<artifact name="common-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ffcfalcos', module='common-dao', version='2.0.0')
)
libraryDependencies += "com.github.ffcfalcos" % "common-dao" % "2.0.0"
[com.github.ffcfalcos/common-dao "2.0.0"]