is not current version
Last Version 1.2

org.asux:common 1.1

common JAVA interfaces, abstract classes and utility classes for use broadly across ASUX.org projects as well as anyone else interested.

GroupId

GroupId

org.asux
ArtifactId

ArtifactId

common
Version

Version

1.1
Type

Type

jar

Download common 1.1


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