| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools |
| GroupId | GroupIdme.insidezhou.instep |
| ArtifactId | ArtifactIdinstep-core |
| Last Version | Last Version3.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionInstep
Tools are designed for more easier coding.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| instep-core-3.0.0.pom | |
| instep-core-3.0.0.jar | 98 KB |
| instep-core-3.0.0-sources.jar | 17 KB |
| instep-core-3.0.0-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>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.insidezhou.instep/instep-core/
implementation 'me.insidezhou.instep:instep-core:3.0.0'
// https://jarcasting.com/artifacts/me.insidezhou.instep/instep-core/
implementation ("me.insidezhou.instep:instep-core:3.0.0")
'me.insidezhou.instep:instep-core:jar:3.0.0'
<dependency org="me.insidezhou.instep" name="instep-core" rev="3.0.0">
<artifact name="instep-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.insidezhou.instep', module='instep-core', version='3.0.0')
)
libraryDependencies += "me.insidezhou.instep" % "instep-core" % "3.0.0"
[me.insidezhou.instep/instep-core "3.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.21 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.21 |