GroupId | GroupIdcom.googlecode.web-commons |
---|---|
ArtifactId | ArtifactIdweb-common-dao |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
web-common-dao-1.0.0.pom | |
web-common-dao-1.0.0.jar | 13 KB |
web-common-dao-1.0.0-sources.jar | 7 KB |
web-common-dao-1.0.0-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.web-commons/web-common-dao/ -->
<dependency>
<groupId>com.googlecode.web-commons</groupId>
<artifactId>web-common-dao</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.web-commons/web-common-dao/
implementation 'com.googlecode.web-commons:web-common-dao:1.0.0'
// https://jarcasting.com/artifacts/com.googlecode.web-commons/web-common-dao/
implementation ("com.googlecode.web-commons:web-common-dao:1.0.0")
'com.googlecode.web-commons:web-common-dao:jar:1.0.0'
<dependency org="com.googlecode.web-commons" name="web-common-dao" rev="1.0.0">
<artifact name="web-common-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.web-commons', module='web-common-dao', version='1.0.0')
)
libraryDependencies += "com.googlecode.web-commons" % "web-common-dao" % "1.0.0"
[com.googlecode.web-commons/web-common-dao "1.0.0"]