GroupId | GroupIdcom.github.swiftech |
---|---|
ArtifactId | ArtifactIdswiftdao |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
swiftdao-0.1.2.pom | |
swiftdao-0.1.2.jar | 45 KB |
swiftdao-0.1.2-sources.jar | 29 KB |
swiftdao-0.1.2-javadoc.jar | 191 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.swiftech/swiftdao/ -->
<dependency>
<groupId>com.github.swiftech</groupId>
<artifactId>swiftdao</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.swiftech/swiftdao/
implementation 'com.github.swiftech:swiftdao:0.1.2'
// https://jarcasting.com/artifacts/com.github.swiftech/swiftdao/
implementation ("com.github.swiftech:swiftdao:0.1.2")
'com.github.swiftech:swiftdao:jar:0.1.2'
<dependency org="com.github.swiftech" name="swiftdao" rev="0.1.2">
<artifact name="swiftdao" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.swiftech', module='swiftdao', version='0.1.2')
)
libraryDependencies += "com.github.swiftech" % "swiftdao" % "0.1.2"
[com.github.swiftech/swiftdao "0.1.2"]