| License |
License |
|---|---|
| GroupId | GroupIdio.github.bootstream |
| ArtifactId | ArtifactIdnebula-core |
| Version | Version0.0.1 |
| Type | Typejar |
| Description |
Descriptionsirius nebula --> java component
|
| Filename | Size |
|---|---|
| nebula-core-0.0.1.pom | |
| nebula-core-0.0.1.jar | 10 KB |
| nebula-core-0.0.1-sources.jar | 6 KB |
| nebula-core-0.0.1-javadoc.jar | 87 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.bootstream/nebula-core/ -->
<dependency>
<groupId>io.github.bootstream</groupId>
<artifactId>nebula-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.bootstream/nebula-core/
implementation 'io.github.bootstream:nebula-core:0.0.1'
// https://jarcasting.com/artifacts/io.github.bootstream/nebula-core/
implementation ("io.github.bootstream:nebula-core:0.0.1")
'io.github.bootstream:nebula-core:jar:0.0.1'
<dependency org="io.github.bootstream" name="nebula-core" rev="0.0.1">
<artifact name="nebula-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.bootstream', module='nebula-core', version='0.0.1')
)
libraryDependencies += "io.github.bootstream" % "nebula-core" % "0.0.1"
[io.github.bootstream/nebula-core "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.20 |