| License |
License |
|---|---|
| GroupId | GroupIdcom.up1234567 |
| ArtifactId | ArtifactIdunistar |
| Version | Version1.1.RC |
| Type | Typepom |
| Description |
Descriptionunistar
Unistar 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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| unistar-1.1.RC.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.up1234567/unistar/ -->
<dependency>
<groupId>com.up1234567</groupId>
<artifactId>unistar</artifactId>
<version>1.1.RC</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.up1234567/unistar/
implementation 'com.up1234567:unistar:1.1.RC'
// https://jarcasting.com/artifacts/com.up1234567/unistar/
implementation ("com.up1234567:unistar:1.1.RC")
'com.up1234567:unistar:pom:1.1.RC'
<dependency org="com.up1234567" name="unistar" rev="1.1.RC">
<artifact name="unistar" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.up1234567', module='unistar', version='1.1.RC')
)
libraryDependencies += "com.up1234567" % "unistar" % "1.1.RC"
[com.up1234567/unistar "1.1.RC"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.16 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |