GroupId | GroupIdorg.webpieces |
---|---|
ArtifactId | ArtifactIdplugin-properties |
Version | Version1.9.148 |
Type | Typejar |
Filename | Size |
---|---|
plugin-properties-1.9.148.pom | |
plugin-properties-1.9.148.jar | 44 KB |
plugin-properties-1.9.148-sources.jar | 26 KB |
plugin-properties-1.9.148-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.148</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/plugin-properties/
implementation 'org.webpieces:plugin-properties:1.9.148'
// https://jarcasting.com/artifacts/org.webpieces/plugin-properties/
implementation ("org.webpieces:plugin-properties:1.9.148")
'org.webpieces:plugin-properties:jar:1.9.148'
<dependency org="org.webpieces" name="plugin-properties" rev="1.9.148">
<artifact name="plugin-properties" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='plugin-properties', version='1.9.148')
)
libraryDependencies += "org.webpieces" % "plugin-properties" % "1.9.148"
[org.webpieces/plugin-properties "1.9.148"]