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