License |
License |
---|---|
GroupId | GroupIdorg.mayanjun |
ArtifactId | ArtifactIdcore |
Last Version | Last Version0.0.1.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmayanjun-core
core library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-0.0.1.RELEASE.pom | |
core-0.0.1.RELEASE.jar | 8 KB |
core-0.0.1.RELEASE-sources.jar | 5 KB |
core-0.0.1.RELEASE-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mayanjun/core/ -->
<dependency>
<groupId>org.mayanjun</groupId>
<artifactId>core</artifactId>
<version>0.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.mayanjun/core/
implementation 'org.mayanjun:core:0.0.1.RELEASE'
// https://jarcasting.com/artifacts/org.mayanjun/core/
implementation ("org.mayanjun:core:0.0.1.RELEASE")
'org.mayanjun:core:jar:0.0.1.RELEASE'
<dependency org="org.mayanjun" name="core" rev="0.0.1.RELEASE">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mayanjun', module='core', version='0.0.1.RELEASE')
)
libraryDependencies += "org.mayanjun" % "core" % "0.0.1.RELEASE"
[org.mayanjun/core "0.0.1.RELEASE"]