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