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