GroupId | GroupIdcom.github.prt2121 |
---|---|
ArtifactId | ArtifactIdmarbledcat-plugin |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
marbledcat-plugin-0.4.0.pom | |
marbledcat-plugin-0.4.0.jar | 13 KB |
marbledcat-plugin-0.4.0-sources.jar | 2 KB |
marbledcat-plugin-0.4.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.prt2121/marbledcat-plugin/ -->
<dependency>
<groupId>com.github.prt2121</groupId>
<artifactId>marbledcat-plugin</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.prt2121/marbledcat-plugin/
implementation 'com.github.prt2121:marbledcat-plugin:0.4.0'
// https://jarcasting.com/artifacts/com.github.prt2121/marbledcat-plugin/
implementation ("com.github.prt2121:marbledcat-plugin:0.4.0")
'com.github.prt2121:marbledcat-plugin:jar:0.4.0'
<dependency org="com.github.prt2121" name="marbledcat-plugin" rev="0.4.0">
<artifact name="marbledcat-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.prt2121', module='marbledcat-plugin', version='0.4.0')
)
libraryDependencies += "com.github.prt2121" % "marbledcat-plugin" % "0.4.0"
[com.github.prt2121/marbledcat-plugin "0.4.0"]