is not current version
Last Version 1.2

org.atteo.moonshine:services 1.0


GroupId

GroupId

org.atteo.moonshine
ArtifactId

ArtifactId

services
Version

Version

1.0
Type

Type

pom

Download services 1.0

Filename Size
services-1.0.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/org.atteo.moonshine/services/ -->
<dependency>
    <groupId>org.atteo.moonshine</groupId>
    <artifactId>services</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.moonshine/services/
implementation 'org.atteo.moonshine:services:1.0'
// https://jarcasting.com/artifacts/org.atteo.moonshine/services/
implementation ("org.atteo.moonshine:services:1.0")
'org.atteo.moonshine:services:pom:1.0'
<dependency org="org.atteo.moonshine" name="services" rev="1.0">
  <artifact name="services" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atteo.moonshine', module='services', version='1.0')
)
libraryDependencies += "org.atteo.moonshine" % "services" % "1.0"
[org.atteo.moonshine/services "1.0"]