GroupId | GroupIdcom.github.dirkraft |
---|---|
ArtifactId | ArtifactIdprops-live |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
props-live-1.0.4.pom | |
props-live-1.0.4.jar | 45 KB |
props-live-1.0.4-sources.jar | 31 KB |
props-live-1.0.4-javadoc.jar | 160 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dirkraft/props-live/ -->
<dependency>
<groupId>com.github.dirkraft</groupId>
<artifactId>props-live</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dirkraft/props-live/
implementation 'com.github.dirkraft:props-live:1.0.4'
// https://jarcasting.com/artifacts/com.github.dirkraft/props-live/
implementation ("com.github.dirkraft:props-live:1.0.4")
'com.github.dirkraft:props-live:jar:1.0.4'
<dependency org="com.github.dirkraft" name="props-live" rev="1.0.4">
<artifact name="props-live" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dirkraft', module='props-live', version='1.0.4')
)
libraryDependencies += "com.github.dirkraft" % "props-live" % "1.0.4"
[com.github.dirkraft/props-live "1.0.4"]