| GroupId | GroupIdcom.hadoopz |
|---|---|
| ArtifactId | ArtifactIdDebug.SD.Card.LogWriter.Plugin |
| Version | Version1.0.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hadoopz/Debug.SD.Card.LogWriter.Plugin/ -->
<dependency>
<groupId>com.hadoopz</groupId>
<artifactId>Debug.SD.Card.LogWriter.Plugin</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hadoopz/Debug.SD.Card.LogWriter.Plugin/
implementation 'com.hadoopz:Debug.SD.Card.LogWriter.Plugin:1.0.0'
// https://jarcasting.com/artifacts/com.hadoopz/Debug.SD.Card.LogWriter.Plugin/
implementation ("com.hadoopz:Debug.SD.Card.LogWriter.Plugin:1.0.0")
'com.hadoopz:Debug.SD.Card.LogWriter.Plugin:jar:1.0.0'
<dependency org="com.hadoopz" name="Debug.SD.Card.LogWriter.Plugin" rev="1.0.0">
<artifact name="Debug.SD.Card.LogWriter.Plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hadoopz', module='Debug.SD.Card.LogWriter.Plugin', version='1.0.0')
)
libraryDependencies += "com.hadoopz" % "Debug.SD.Card.LogWriter.Plugin" % "1.0.0"
[com.hadoopz/Debug.SD.Card.LogWriter.Plugin "1.0.0"]