GroupId | GroupIdcom.github.michaelruocco |
---|---|
ArtifactId | ArtifactIdfile-loader |
Version | Version5.0.0 |
Type | Typejar |
Filename | Size |
---|---|
file-loader-5.0.0.pom | |
file-loader-5.0.0.jar | 19 KB |
file-loader-5.0.0-sources.jar | 12 KB |
file-loader-5.0.0-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/file-loader/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>file-loader</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/file-loader/
implementation 'com.github.michaelruocco:file-loader:5.0.0'
// https://jarcasting.com/artifacts/com.github.michaelruocco/file-loader/
implementation ("com.github.michaelruocco:file-loader:5.0.0")
'com.github.michaelruocco:file-loader:jar:5.0.0'
<dependency org="com.github.michaelruocco" name="file-loader" rev="5.0.0">
<artifact name="file-loader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='file-loader', version='5.0.0')
)
libraryDependencies += "com.github.michaelruocco" % "file-loader" % "5.0.0"
[com.github.michaelruocco/file-loader "5.0.0"]