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