GroupId | GroupIdcom.mcxiaoke.next |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
core-1.1.0.pom | |
core-1.1.0.jar | 164 KB |
core-1.1.0-sources.jar | 112 KB |
core-1.1.0-javadoc.jar | 282 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mcxiaoke.next/core/ -->
<dependency>
<groupId>com.mcxiaoke.next</groupId>
<artifactId>core</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mcxiaoke.next/core/
implementation 'com.mcxiaoke.next:core:1.1.0'
// https://jarcasting.com/artifacts/com.mcxiaoke.next/core/
implementation ("com.mcxiaoke.next:core:1.1.0")
'com.mcxiaoke.next:core:jar:1.1.0'
<dependency org="com.mcxiaoke.next" name="core" rev="1.1.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mcxiaoke.next', module='core', version='1.1.0')
)
libraryDependencies += "com.mcxiaoke.next" % "core" % "1.1.0"
[com.mcxiaoke.next/core "1.1.0"]