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