License |
License |
---|---|
GroupId | GroupIdcom.stellariver.milky |
ArtifactId | ArtifactIdcommon-base |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA simple ddd framework
|
Filename | Size |
---|---|
common-base-0.0.1.pom | |
common-base-0.0.1.jar | 19 KB |
common-base-0.0.1-sources.jar | 5 KB |
common-base-0.0.1-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stellariver.milky/common-base/ -->
<dependency>
<groupId>com.stellariver.milky</groupId>
<artifactId>common-base</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.stellariver.milky/common-base/
implementation 'com.stellariver.milky:common-base:0.0.1'
// https://jarcasting.com/artifacts/com.stellariver.milky/common-base/
implementation ("com.stellariver.milky:common-base:0.0.1")
'com.stellariver.milky:common-base:jar:0.0.1'
<dependency org="com.stellariver.milky" name="common-base" rev="0.0.1">
<artifact name="common-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stellariver.milky', module='common-base', version='0.0.1')
)
libraryDependencies += "com.stellariver.milky" % "common-base" % "0.0.1"
[com.stellariver.milky/common-base "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar |