License |
License |
---|---|
GroupId | GroupIdcom.voodoodyne.gstrap |
ArtifactId | ArtifactIdgstrap |
Last Version | Last Version0.48 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGStrap
Boilerplate for a Guice/Resteasy project
|
Filename | Size |
---|---|
gstrap-0.48.pom | |
gstrap-0.48.jar | 35 KB |
gstrap-0.48-sources.jar | 22 KB |
gstrap-0.48-javadoc.jar | 592 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.voodoodyne.gstrap/gstrap/ -->
<dependency>
<groupId>com.voodoodyne.gstrap</groupId>
<artifactId>gstrap</artifactId>
<version>0.48</version>
</dependency>
// https://jarcasting.com/artifacts/com.voodoodyne.gstrap/gstrap/
implementation 'com.voodoodyne.gstrap:gstrap:0.48'
// https://jarcasting.com/artifacts/com.voodoodyne.gstrap/gstrap/
implementation ("com.voodoodyne.gstrap:gstrap:0.48")
'com.voodoodyne.gstrap:gstrap:jar:0.48'
<dependency org="com.voodoodyne.gstrap" name="gstrap" rev="0.48">
<artifact name="gstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.voodoodyne.gstrap', module='gstrap', version='0.48')
)
libraryDependencies += "com.voodoodyne.gstrap" % "gstrap" % "0.48"
[com.voodoodyne.gstrap/gstrap "0.48"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.4.0 |
org.assertj : assertj-core | jar | 3.14.0 |