GroupId | GroupIdio.github.gitbucket |
---|---|
ArtifactId | ArtifactIdsolidbase |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
solidbase-1.0.0.pom | |
solidbase-1.0.0.jar | 21 KB |
solidbase-1.0.0-sources.jar | 10 KB |
solidbase-1.0.0-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.gitbucket/solidbase/ -->
<dependency>
<groupId>io.github.gitbucket</groupId>
<artifactId>solidbase</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.gitbucket/solidbase/
implementation 'io.github.gitbucket:solidbase:1.0.0'
// https://jarcasting.com/artifacts/io.github.gitbucket/solidbase/
implementation ("io.github.gitbucket:solidbase:1.0.0")
'io.github.gitbucket:solidbase:jar:1.0.0'
<dependency org="io.github.gitbucket" name="solidbase" rev="1.0.0">
<artifact name="solidbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.gitbucket', module='solidbase', version='1.0.0')
)
libraryDependencies += "io.github.gitbucket" % "solidbase" % "1.0.0"
[io.github.gitbucket/solidbase "1.0.0"]