License |
License |
---|---|
GroupId | GroupIdio.hawt.example.services |
ArtifactId | ArtifactIdproject |
Last Version | Last Version1.4.28 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionexamples-services
hawtio :: hawtio example services
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
project-1.4.28.pom | 949 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.hawt.example.services/project/ -->
<dependency>
<groupId>io.hawt.example.services</groupId>
<artifactId>project</artifactId>
<version>1.4.28</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.hawt.example.services/project/
implementation 'io.hawt.example.services:project:1.4.28'
// https://jarcasting.com/artifacts/io.hawt.example.services/project/
implementation ("io.hawt.example.services:project:1.4.28")
'io.hawt.example.services:project:pom:1.4.28'
<dependency org="io.hawt.example.services" name="project" rev="1.4.28">
<artifact name="project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.hawt.example.services', module='project', version='1.4.28')
)
libraryDependencies += "io.hawt.example.services" % "project" % "1.4.28"
[io.hawt.example.services/project "1.4.28"]