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