License |
License |
---|---|
GroupId | GroupIdio.sgr |
ArtifactId | ArtifactIdio.sgr.base |
Last Version | Last Version1.0.9 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionio.sgr.base
The parent Maven project for all io.sgr projects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
io.sgr.base-1.0.9.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.sgr/io.sgr.base/ -->
<dependency>
<groupId>io.sgr</groupId>
<artifactId>io.sgr.base</artifactId>
<version>1.0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.sgr/io.sgr.base/
implementation 'io.sgr:io.sgr.base:1.0.9'
// https://jarcasting.com/artifacts/io.sgr/io.sgr.base/
implementation ("io.sgr:io.sgr.base:1.0.9")
'io.sgr:io.sgr.base:pom:1.0.9'
<dependency org="io.sgr" name="io.sgr.base" rev="1.0.9">
<artifact name="io.sgr.base" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.sgr', module='io.sgr.base', version='1.0.9')
)
libraryDependencies += "io.sgr" % "io.sgr.base" % "1.0.9"
[io.sgr/io.sgr.base "1.0.9"]