| GroupId | GroupIdcom.github.alkedr |
|---|---|
| ArtifactId | ArtifactIdsimple-property-loader |
| Version | Version0.1 |
| Type | Typejar |
<!-- 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"]