GroupId | GroupIdcom.github.michaelruocco |
---|---|
ArtifactId | ArtifactIdproperty-loader |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
property-loader-3.0.1.pom | |
property-loader-3.0.1.jar | 9 KB |
property-loader-3.0.1-sources.jar | 6 KB |
property-loader-3.0.1-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/property-loader/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>property-loader</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/property-loader/
implementation 'com.github.michaelruocco:property-loader:3.0.1'
// https://jarcasting.com/artifacts/com.github.michaelruocco/property-loader/
implementation ("com.github.michaelruocco:property-loader:3.0.1")
'com.github.michaelruocco:property-loader:jar:3.0.1'
<dependency org="com.github.michaelruocco" name="property-loader" rev="3.0.1">
<artifact name="property-loader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='property-loader', version='3.0.1')
)
libraryDependencies += "com.github.michaelruocco" % "property-loader" % "3.0.1"
[com.github.michaelruocco/property-loader "3.0.1"]