| GroupId | GroupIdio.soabase |
|---|---|
| ArtifactId | ArtifactIdsoabase |
| Version | Version0.2.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| soabase-0.2.0.pom | 16 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.soabase/soabase/ -->
<dependency>
<groupId>io.soabase</groupId>
<artifactId>soabase</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.soabase/soabase/
implementation 'io.soabase:soabase:0.2.0'
// https://jarcasting.com/artifacts/io.soabase/soabase/
implementation ("io.soabase:soabase:0.2.0")
'io.soabase:soabase:pom:0.2.0'
<dependency org="io.soabase" name="soabase" rev="0.2.0">
<artifact name="soabase" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.soabase', module='soabase', version='0.2.0')
)
libraryDependencies += "io.soabase" % "soabase" % "0.2.0"
[io.soabase/soabase "0.2.0"]