| GroupId | GroupIdio.github.jzdayz |
|---|---|
| ArtifactId | ArtifactIdlight-projects |
| Version | Version1.0.0.RELEASE |
| Type | Typepom |
| Filename | Size |
|---|---|
| light-projects-1.0.0.RELEASE.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.jzdayz/light-projects/ -->
<dependency>
<groupId>io.github.jzdayz</groupId>
<artifactId>light-projects</artifactId>
<version>1.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.jzdayz/light-projects/
implementation 'io.github.jzdayz:light-projects:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.jzdayz/light-projects/
implementation ("io.github.jzdayz:light-projects:1.0.0.RELEASE")
'io.github.jzdayz:light-projects:pom:1.0.0.RELEASE'
<dependency org="io.github.jzdayz" name="light-projects" rev="1.0.0.RELEASE">
<artifact name="light-projects" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.jzdayz', module='light-projects', version='1.0.0.RELEASE')
)
libraryDependencies += "io.github.jzdayz" % "light-projects" % "1.0.0.RELEASE"
[io.github.jzdayz/light-projects "1.0.0.RELEASE"]