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