Categories |
CategoriesCSV Data Data Formats |
---|---|
GroupId | GroupIdcom.walterjwhite.modules.csv |
ArtifactId | ArtifactIdplugins |
Version | Version0.0.14 |
Type | Typepom |
Filename | Size |
---|---|
plugins-0.0.14.pom | 890 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.walterjwhite.modules.csv/plugins/ -->
<dependency>
<groupId>com.walterjwhite.modules.csv</groupId>
<artifactId>plugins</artifactId>
<version>0.0.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.walterjwhite.modules.csv/plugins/
implementation 'com.walterjwhite.modules.csv:plugins:0.0.14'
// https://jarcasting.com/artifacts/com.walterjwhite.modules.csv/plugins/
implementation ("com.walterjwhite.modules.csv:plugins:0.0.14")
'com.walterjwhite.modules.csv:plugins:pom:0.0.14'
<dependency org="com.walterjwhite.modules.csv" name="plugins" rev="0.0.14">
<artifact name="plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.walterjwhite.modules.csv', module='plugins', version='0.0.14')
)
libraryDependencies += "com.walterjwhite.modules.csv" % "plugins" % "0.0.14"
[com.walterjwhite.modules.csv/plugins "0.0.14"]