License |
License |
---|---|
GroupId | GroupIdio.graceland |
ArtifactId | ArtifactIdgraceland-core |
Version | Version0.1.0 |
Type | Typepom |
Description |
Descriptiongraceland-core
Graceland is an easy way to develop pluggable Dropwizard applications.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
graceland-core-0.1.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.graceland/graceland-core/ -->
<dependency>
<groupId>io.graceland</groupId>
<artifactId>graceland-core</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.graceland/graceland-core/
implementation 'io.graceland:graceland-core:0.1.0'
// https://jarcasting.com/artifacts/io.graceland/graceland-core/
implementation ("io.graceland:graceland-core:0.1.0")
'io.graceland:graceland-core:pom:0.1.0'
<dependency org="io.graceland" name="graceland-core" rev="0.1.0">
<artifact name="graceland-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.graceland', module='graceland-core', version='0.1.0')
)
libraryDependencies += "io.graceland" % "graceland-core" % "0.1.0"
[io.graceland/graceland-core "0.1.0"]