| License |
License |
|---|---|
| GroupId | GroupIdcom.up1234567 |
| ArtifactId | ArtifactIdunistar-common |
| Last Version | Last Version1.1.RC |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionUnistar is an integrated micro-service architecture system, which advocates the principle of
minimization and enables developers to quickly build micro-service systems in a moment. Unistar is not only a
micro service center, but also a micro concept.
|
| Filename | Size |
|---|---|
| unistar-common-1.1.RC.pom | |
| unistar-common-1.1.RC.jar | 63 KB |
| unistar-common-1.1.RC-sources.jar | 32 KB |
| unistar-common-1.1.RC-javadoc.jar | 692 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.up1234567/unistar-common/ -->
<dependency>
<groupId>com.up1234567</groupId>
<artifactId>unistar-common</artifactId>
<version>1.1.RC</version>
</dependency>
// https://jarcasting.com/artifacts/com.up1234567/unistar-common/
implementation 'com.up1234567:unistar-common:1.1.RC'
// https://jarcasting.com/artifacts/com.up1234567/unistar-common/
implementation ("com.up1234567:unistar-common:1.1.RC")
'com.up1234567:unistar-common:jar:1.1.RC'
<dependency org="com.up1234567" name="unistar-common" rev="1.1.RC">
<artifact name="unistar-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.up1234567', module='unistar-common', version='1.1.RC')
)
libraryDependencies += "com.up1234567" % "unistar-common" % "1.1.RC"
[com.up1234567/unistar-common "1.1.RC"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-json | jar | |
| org.projectlombok : lombok | jar | 1.18.16 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |