is not current version
Last Version 1.0.11

com.aggrepoint.framework:aputils 1.0.6

Common utilities used by both Dao and Winlet project

GroupId

GroupId

com.aggrepoint.framework
ArtifactId

ArtifactId

aputils
Version

Version

1.0.6
Type

Type

jar

Download aputils 1.0.6


<!-- https://jarcasting.com/artifacts/com.aggrepoint.framework/aputils/ -->
<dependency>
    <groupId>com.aggrepoint.framework</groupId>
    <artifactId>aputils</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.aggrepoint.framework/aputils/
implementation 'com.aggrepoint.framework:aputils:1.0.6'
// https://jarcasting.com/artifacts/com.aggrepoint.framework/aputils/
implementation ("com.aggrepoint.framework:aputils:1.0.6")
'com.aggrepoint.framework:aputils:jar:1.0.6'
<dependency org="com.aggrepoint.framework" name="aputils" rev="1.0.6">
  <artifact name="aputils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aggrepoint.framework', module='aputils', version='1.0.6')
)
libraryDependencies += "com.aggrepoint.framework" % "aputils" % "1.0.6"
[com.aggrepoint.framework/aputils "1.0.6"]