| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdcn.fantasticmao.mundo |
| ArtifactId | ArtifactIdmundo-core |
| Version | Version1.0 |
| Type | Typejar |
| Description |
Descriptionmundo-core 1.0
Mundo is a tiny component for business programming that is out of the box (and maybe useless).
|
| Filename | Size |
|---|---|
| mundo-core-1.0.pom | |
| mundo-core-1.0.jar | 31 KB |
| mundo-core-1.0-sources.jar | 17 KB |
| mundo-core-1.0-javadoc.jar | 138 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.fantasticmao.mundo/mundo-core/ -->
<dependency>
<groupId>cn.fantasticmao.mundo</groupId>
<artifactId>mundo-core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.fantasticmao.mundo/mundo-core/
implementation 'cn.fantasticmao.mundo:mundo-core:1.0'
// https://jarcasting.com/artifacts/cn.fantasticmao.mundo/mundo-core/
implementation ("cn.fantasticmao.mundo:mundo-core:1.0")
'cn.fantasticmao.mundo:mundo-core:jar:1.0'
<dependency org="cn.fantasticmao.mundo" name="mundo-core" rev="1.0">
<artifact name="mundo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.fantasticmao.mundo', module='mundo-core', version='1.0')
)
libraryDependencies += "cn.fantasticmao.mundo" % "mundo-core" % "1.0"
[cn.fantasticmao.mundo/mundo-core "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok Optional | jar | 1.18.4 |