| GroupId | GroupIdcom.github.saar25 |
|---|---|
| ArtifactId | ArtifactIdJProperty |
| Version | Version1.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| JProperty-1.1.1.pom | |
| JProperty-1.1.1.jar | 37 KB |
| JProperty-1.1.1-sources.jar | 15 KB |
| JProperty-1.1.1-javadoc.jar | 573 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.saar25/JProperty/ -->
<dependency>
<groupId>com.github.saar25</groupId>
<artifactId>JProperty</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.saar25/JProperty/
implementation 'com.github.saar25:JProperty:1.1.1'
// https://jarcasting.com/artifacts/com.github.saar25/JProperty/
implementation ("com.github.saar25:JProperty:1.1.1")
'com.github.saar25:JProperty:jar:1.1.1'
<dependency org="com.github.saar25" name="JProperty" rev="1.1.1">
<artifact name="JProperty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.saar25', module='JProperty', version='1.1.1')
)
libraryDependencies += "com.github.saar25" % "JProperty" % "1.1.1"
[com.github.saar25/JProperty "1.1.1"]