is not current version
Last Version 1.0.11

com.aggrepoint.framework:aputils 0.5.0

Common utilities used by both Dao and Winlet project

GroupId

GroupId

com.aggrepoint.framework
ArtifactId

ArtifactId

aputils
Version

Version

0.5.0
Type

Type

jar

Download aputils 0.5.0


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