Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.walterjwhite.java.modules.remote |
ArtifactId | ArtifactIdimpl |
Version | Version0.0.17 |
Type | Typepom |
Filename | Size |
---|---|
impl-0.0.17.pom | 926 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.walterjwhite.java.modules.remote/impl/ -->
<dependency>
<groupId>com.walterjwhite.java.modules.remote</groupId>
<artifactId>impl</artifactId>
<version>0.0.17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.walterjwhite.java.modules.remote/impl/
implementation 'com.walterjwhite.java.modules.remote:impl:0.0.17'
// https://jarcasting.com/artifacts/com.walterjwhite.java.modules.remote/impl/
implementation ("com.walterjwhite.java.modules.remote:impl:0.0.17")
'com.walterjwhite.java.modules.remote:impl:pom:0.0.17'
<dependency org="com.walterjwhite.java.modules.remote" name="impl" rev="0.0.17">
<artifact name="impl" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.walterjwhite.java.modules.remote', module='impl', version='0.0.17')
)
libraryDependencies += "com.walterjwhite.java.modules.remote" % "impl" % "0.0.17"
[com.walterjwhite.java.modules.remote/impl "0.0.17"]