is not current version
Last Version 0.11.2

io.soabase:soabase 0.4.0

A suite of Dropwizard bundles and utilities that aid in building Service Oriented Applications.

GroupId

GroupId

io.soabase
ArtifactId

ArtifactId

soabase
Version

Version

0.4.0
Type

Type

pom

Download soabase 0.4.0

Filename Size
soabase-0.4.0.pom 16 KB
Browse

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