is not current version
Last Version 1.0

com.github.alkedr:simple-property-loader 0.1

Small and simple library for loading properties

GroupId

GroupId

com.github.alkedr
ArtifactId

ArtifactId

simple-property-loader
Version

Version

0.1
Type

Type

jar

Download simple-property-loader 0.1


<!-- https://jarcasting.com/artifacts/com.github.alkedr/simple-property-loader/ -->
<dependency>
    <groupId>com.github.alkedr</groupId>
    <artifactId>simple-property-loader</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alkedr/simple-property-loader/
implementation 'com.github.alkedr:simple-property-loader:0.1'
// https://jarcasting.com/artifacts/com.github.alkedr/simple-property-loader/
implementation ("com.github.alkedr:simple-property-loader:0.1")
'com.github.alkedr:simple-property-loader:jar:0.1'
<dependency org="com.github.alkedr" name="simple-property-loader" rev="0.1">
  <artifact name="simple-property-loader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alkedr', module='simple-property-loader', version='0.1')
)
libraryDependencies += "com.github.alkedr" % "simple-property-loader" % "0.1"
[com.github.alkedr/simple-property-loader "0.1"]