Last Version

milky 0.0.1

A simple ddd framework

License

License

GroupId

GroupId

com.stellariver
ArtifactId

ArtifactId

milky
Version

Version

0.0.1
Type

Type

pom
Description

Description

milky
A simple ddd framework
Project URL

Project URL

https://github.com/chuanghou/milky
Source Code Management

Source Code Management

https://github.com/chuanghou/milky

Download milky 0.0.1

Filename Size
milky-0.0.1.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/com.stellariver/milky/ -->
<dependency>
    <groupId>com.stellariver</groupId>
    <artifactId>milky</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.stellariver/milky/
implementation 'com.stellariver:milky:0.0.1'
// https://jarcasting.com/artifacts/com.stellariver/milky/
implementation ("com.stellariver:milky:0.0.1")
'com.stellariver:milky:pom:0.0.1'
<dependency org="com.stellariver" name="milky" rev="0.0.1">
  <artifact name="milky" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.stellariver', module='milky', version='0.0.1')
)
libraryDependencies += "com.stellariver" % "milky" % "0.0.1"
[com.stellariver/milky "0.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • common-base
  • common-tool
  • domain-support
  • milky-spring-boot-starter
  • spring-partner