GroupId | GroupIdio.hawt.example.services |
---|---|
ArtifactId | ArtifactIdproject |
Version | Version1.2-M14 |
Type | Typepom |
Filename | Size |
---|---|
project-1.2-M14.pom | 959 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.hawt.example.services/project/ -->
<dependency>
<groupId>io.hawt.example.services</groupId>
<artifactId>project</artifactId>
<version>1.2-M14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.hawt.example.services/project/
implementation 'io.hawt.example.services:project:1.2-M14'
// https://jarcasting.com/artifacts/io.hawt.example.services/project/
implementation ("io.hawt.example.services:project:1.2-M14")
'io.hawt.example.services:project:pom:1.2-M14'
<dependency org="io.hawt.example.services" name="project" rev="1.2-M14">
<artifact name="project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.hawt.example.services', module='project', version='1.2-M14')
)
libraryDependencies += "io.hawt.example.services" % "project" % "1.2-M14"
[io.hawt.example.services/project "1.2-M14"]