Categories |
CategoriesRESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.turbospaces.boot |
ArtifactId | ArtifactIdbootstrap-resteasy-core |
Version | Version1.0.44 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-resteasy-core/ -->
<dependency>
<groupId>com.turbospaces.boot</groupId>
<artifactId>bootstrap-resteasy-core</artifactId>
<version>1.0.44</version>
</dependency>
// https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-resteasy-core/
implementation 'com.turbospaces.boot:bootstrap-resteasy-core:1.0.44'
// https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-resteasy-core/
implementation ("com.turbospaces.boot:bootstrap-resteasy-core:1.0.44")
'com.turbospaces.boot:bootstrap-resteasy-core:jar:1.0.44'
<dependency org="com.turbospaces.boot" name="bootstrap-resteasy-core" rev="1.0.44">
<artifact name="bootstrap-resteasy-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.turbospaces.boot', module='bootstrap-resteasy-core', version='1.0.44')
)
libraryDependencies += "com.turbospaces.boot" % "bootstrap-resteasy-core" % "1.0.44"
[com.turbospaces.boot/bootstrap-resteasy-core "1.0.44"]