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