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