Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdme.insidezhou.instep |
ArtifactId | ArtifactIdinstep-dao |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
instep-dao-0.1.0.pom | |
instep-dao-0.1.0.jar | 178 KB |
instep-dao-0.1.0-sources.jar | 29 KB |
instep-dao-0.1.0-javadoc.jar | 297 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.insidezhou.instep/instep-dao/ -->
<dependency>
<groupId>me.insidezhou.instep</groupId>
<artifactId>instep-dao</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.insidezhou.instep/instep-dao/
implementation 'me.insidezhou.instep:instep-dao:0.1.0'
// https://jarcasting.com/artifacts/me.insidezhou.instep/instep-dao/
implementation ("me.insidezhou.instep:instep-dao:0.1.0")
'me.insidezhou.instep:instep-dao:jar:0.1.0'
<dependency org="me.insidezhou.instep" name="instep-dao" rev="0.1.0">
<artifact name="instep-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.insidezhou.instep', module='instep-dao', version='0.1.0')
)
libraryDependencies += "me.insidezhou.instep" % "instep-dao" % "0.1.0"
[me.insidezhou.instep/instep-dao "0.1.0"]