| License | License | 
|---|---|
| GroupId | GroupIdcom.anrisoftware.propertiesutils | 
| ArtifactId | ArtifactIdpropertiesutils | 
| Last Version | Last Version4.6.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionProperties Utilities Adds Groovy support to compile Groovy sources and test sources using the GMavenPlus plugin. | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| propertiesutils-4.6.2.pom | 8 KB | 
| propertiesutils-4.6.2-tests.jar | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.anrisoftware.propertiesutils/propertiesutils/ -->
<dependency>
    <groupId>com.anrisoftware.propertiesutils</groupId>
    <artifactId>propertiesutils</artifactId>
    <version>4.6.2</version>
</dependency>// https://jarcasting.com/artifacts/com.anrisoftware.propertiesutils/propertiesutils/
implementation 'com.anrisoftware.propertiesutils:propertiesutils:4.6.2'// https://jarcasting.com/artifacts/com.anrisoftware.propertiesutils/propertiesutils/
implementation ("com.anrisoftware.propertiesutils:propertiesutils:4.6.2")'com.anrisoftware.propertiesutils:propertiesutils:jar:4.6.2'<dependency org="com.anrisoftware.propertiesutils" name="propertiesutils" rev="4.6.2">
  <artifact name="propertiesutils" type="jar" />
</dependency>@Grapes(
@Grab(group='com.anrisoftware.propertiesutils', module='propertiesutils', version='4.6.2')
)libraryDependencies += "com.anrisoftware.propertiesutils" % "propertiesutils" % "4.6.2"[com.anrisoftware.propertiesutils/propertiesutils "4.6.2"]