is not current version
Last Version 0.30

com.oneandone:typedrest-parent 0.28

Parent POM for configuration shared across TypedRest libraries

GroupId

GroupId

com.oneandone
ArtifactId

ArtifactId

typedrest-parent
Version

Version

0.28
Type

Type

pom

Download typedrest-parent 0.28


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