| License |
License |
|---|---|
| GroupId | GroupIdcom.stellariver |
| ArtifactId | ArtifactIdmilky |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionmilky
A simple ddd framework
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| 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"]