GroupId | GroupIdcom.oneandone |
---|---|
ArtifactId | ArtifactIdtypedrest-parent |
Version | Version0.28.1 |
Type | Typepom |
Filename | Size |
---|---|
typedrest-parent-0.28.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oneandone/typedrest-parent/ -->
<dependency>
<groupId>com.oneandone</groupId>
<artifactId>typedrest-parent</artifactId>
<version>0.28.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.oneandone/typedrest-parent/
implementation 'com.oneandone:typedrest-parent:0.28.1'
// https://jarcasting.com/artifacts/com.oneandone/typedrest-parent/
implementation ("com.oneandone:typedrest-parent:0.28.1")
'com.oneandone:typedrest-parent:pom:0.28.1'
<dependency org="com.oneandone" name="typedrest-parent" rev="0.28.1">
<artifact name="typedrest-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.oneandone', module='typedrest-parent', version='0.28.1')
)
libraryDependencies += "com.oneandone" % "typedrest-parent" % "0.28.1"
[com.oneandone/typedrest-parent "0.28.1"]