GroupId | GroupIdorg.webpieces |
---|---|
ArtifactId | ArtifactIdplugin-properties |
Version | Version1.9.146 |
Type | Typejar |
Filename | Size |
---|---|
plugin-properties-1.9.146.pom | |
plugin-properties-1.9.146.jar | 44 KB |
plugin-properties-1.9.146-sources.jar | 26 KB |
plugin-properties-1.9.146-javadoc.jar | 359 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/plugin-properties/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>plugin-properties</artifactId>
<version>1.9.146</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/plugin-properties/
implementation 'org.webpieces:plugin-properties:1.9.146'
// https://jarcasting.com/artifacts/org.webpieces/plugin-properties/
implementation ("org.webpieces:plugin-properties:1.9.146")
'org.webpieces:plugin-properties:jar:1.9.146'
<dependency org="org.webpieces" name="plugin-properties" rev="1.9.146">
<artifact name="plugin-properties" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='plugin-properties', version='1.9.146')
)
libraryDependencies += "org.webpieces" % "plugin-properties" % "1.9.146"
[org.webpieces/plugin-properties "1.9.146"]