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